For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dormant Member Management

A separate storage system is operated to securely manage the order information and personal information of members requesting dormant status and withdrawn members. For members requesting dormant status, order-related data undergoes special storage handling and is masked to ensure secure protection. Additionally, for restored dormant members, this storage and masking treatment is released as needed to allow normal use of services.

The same procedure applies to withdrawn members, and by restoring the customer-service-related personal information of restored dormant members, various services can be used smoothly.

Dormant members are effectively processed through periodically executed batch jobs, and during this process, separate storage is applied to the relevant tables covering everything from the member's basic information to delivery addresses, refund accounts, and identity verification information. This ensures that member data is managed systematically with security and safety in mind.

The tables subject to separate storage are as follows.

  • ET_MBR_BASE (Member Basic Information)

  • ET_MBR_DTL_INFO (Member Detail Information)

  • ET_MBR_DLVP_INFO (Member Delivery Address Information)

  • ET__MBR_RFD_ACTN_INFO (Member Refund Account Information)

  • ET_MBR_MY_CERTI_INFO (Member Identity Verification Information)

  • EVT_TRGMN_INFO (Event Target Information)


API Function List

API
Description
Server
Method
Remarks

Member Information Separate Storage Processing

Provides the feature to move a member eligible for dormant status to the separate storage DB.

Member

POST

Order Separate Storage Processing

Places the order information of a member requesting dormant status into separate storage and applies masking. If order information exists for the requested member number, the order basic, order delivery address, order payment, refund information, and other gift delivery information are saved to the separate storage tables, and columns related to personal information are masked.

Order

POST

Order Separate Storage Restoration Processing

Deletes the separate storage data for the order information of a restored dormant member, and releases the masking. If order information exists in the separate storage tables for the requested member number, the separate storage table data for order basic, order delivery address, order payment, refund information, and other gift delivery information is deleted, and masking on the original tables is released.

Order

POST

Customer Service Separate Storage Processing

Places the personal information of withdrawn/dormant members into separate storage and applies masking. For the requested member number, customer inquiry information, customer inquiry processing information, and customer compensation receipt information are saved to the separate storage tables, and columns related to personal information are masked.

Order

POST

Customer Service Separate Storage Restoration Processing

Deletes the separate storage data for the customer service personal information of a restored dormant member, and releases the masking. For the requested member number, the separate storage table data for customer inquiry information, customer inquiry processing information, and customer compensation receipt information is deleted, and masking on the original tables is released.

Order

POST

Get Partner Information

Retrieves a list of partner information corresponding to an array of partner numbers.

Goods

POST

Event Member Separate Storage Restoration Processing

Provides the feature to move a member eligible for dormant status to the separate storage DB.

Event

POST

Event Member Separate Storage Processing

Provides the feature to move a member eligible for dormant status to the separate storage DB.

Event

POST