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

Member Common

Provides functions for retrieving and modifying member information for use in member operations and other modules. This API integrates the core functions required for member-related operations, allowing each module to efficiently use member data without redundant development.


API Function List

API
Description
Server
Method
Remarks

Modify APP PUSH Consent

Changes the customer's consent status for mobile-only APP PUSH notifications.

Member

PUT

Get APP PUSH Consent

Retrieves the customer's consent status for mobile-only APP PUSH notifications.

Member

POST

Save APP Device Information

Receives and saves device information sent from the APP.

Member

PUT

Modify Member Order Date

Records the customer's first and last order dates in the member's basic information data whenever a product order is placed. The first order date is recorded only once, while the last order date is updated every time a new order is created by the customer.

Member

PUT

Verify Password

Authenticates the user by verifying the current password before accessing a page that contains personal information.

Member

POST

Get Like Status by Product

Retrieves whether a like has been given for a product number.

Member

POST

Get Member Information (Mobile Only)

Retrieves the member information of the logged-in account for use in the mobile app.

Member

GET

Get Member Information List

Retrieves a list of multiple detailed member information records without personal information masking.

Member

GET

Get Gift Recipient Member Number

Retrieves the member number for use with the gifting service.

Member

GET

Get Non-Member Information

Retrieves non-member information. Non-members are managed with member number "999999999".

Member

GET

Get Member Information (Unmasked)

Retrieves member information without masking.

Member

GET

Get Member Information (Masked)

Retrieves member information with masking applied.

Member

GET

Get Member Essential Information

Retrieves the information of the logged-in member.

Member

GET