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

Member Management

Provides functions for managing member information so that shopping mall members can conveniently use the shopping mall. This service includes various features such as viewing, registering, modifying, and deleting account information, managing menu favorites, and configuring simple login.


Key Features

  • Account Information Management

    • Members can manage the refund account information used when processing order cancellations, returns, and similar actions.

  • Favorites Feature

    • Members can add and manage favorite menus from among all available menus on My Page.

    • Up to 8 menus can be saved as favorites.

  • Simple Login Configuration

    • Members can enable or disable simple login through a social account.

    • Naver or Kakao social accounts can be linked.

  • Account Information Lookup

    • Retrieves the member's account information and social account linkage information from the member database.

  • Account Information Registration and Modification

    • Members can register new account information in the member database or modify existing registered information.

  • Account Information Deletion

    • Members can delete registered account information from the member database.

  • Social Account Linkage Restriction Notice

    • Notifies the member that an account created via social sign-up cannot have that social account linkage removed.

  • Personal Information Modification

    • Members can add or modify changed personal information.

Process Definition — 1

1

Get Member Refund Account Information

Retrieves the refund account information registered by the member in the member database. The account number is retrieved in masked form.

2

Delete Member Refund Account Information

Deletes the member's registered refund account information from the member database.

3

Save Member Refund Account Information

Saves the member's refund account information to the member database. It is not saved unless refund account verification is completed.

4

Modify Member Favorites

Adds or deletes items in the member's favorites list. Up to 8 favorites can be saved; if the list already has 8 items, no more can be added.

5

Get Social Account Linkage Information

Retrieves the member's social account linkage information.

6

Process Social Account Linkage

Links the member's account with a social account. If this is the first linkage with no prior linkage history, the linkage is processed only after social login authentication. If the account was previously linked and then unlinked, it is relinked immediately without requiring social login authentication again. The system checks whether the account is already linked to the given social account.

7

Unlinks the member's account from a linked social account. Note that a member who signed up using that social account cannot unlink it.

Process Definition — 2

1

Verify Password

The account password is entered to confirm account ownership.

2

Change Password

Within personal information modification, the password change is handled independently via the Change Password API; refer to the password change flow in [Find ID/Password] for the password change process.

3

Identity Verification

When changing the mobile phone number, the NICE identity verification pop-up is used for the modification. When changing the member's address, the Daum address pop-up is used for the modification.

4

Modify Personal Information

Excluding the password change, the changed mobile phone number, date of birth, address, default delivery address status, email, and marketing consent information are collected and saved and modified.

5

Send Email

When marketing information consent status is changed, the result of the consent change is sent to the email address registered on the account.

6

Merge Member Basic Delivery Address

Calls the member information sync API on the separately managed event DB to synchronize member information and member delivery address data.

API Function List

API
Description
Server
Method
Remarks

Get Member Refund Account Information

Retrieves the member's refund account information.

Member

GET

Get Common Code (Single)

Retrieves a single common code.

Common

GET

Save Member Refund Account Information

Newly registers the member's refund account information, or modifies existing registered information.

Member

POST

Delete Member Refund Account Information

Deletes the member's registered refund account information.

Member

DELTE

Modify Member Favorites

Adds or deletes the member's menu favorites information.

Member

POST

Get Social Account Linkage Information

Retrieves the member's social account linkage information.

Member

GET

Process Social Account Linkage

Links the member's account to a social account such as Kakao or Naver.

Member

POST

Unlink Social Account

Unlinks the social account the member has linked.

Member

POST

Modify Personal Information

Changes the member's personal information.

Member

PUT

🔗View API> Merge member basic delivery address processing: api/event/v1/common/mergeMbrDlvp

Send single alert message: api/common/interface/bizmessage/sendmail

Change Password

Changes the member's password. Personal information modification – password change is not handled through personal information modification and is executed independently.

Member

PUT

🔗View API>

[Find ID/Password] mid-category API

Definition of Terms

Term
Description

Social Account

Social account login refers to the feature that allows users to log in to or sign up for various other internet services using account information from major domestic and international portal sites, social media, and similar platforms. The X2BEE service currently provides linkage with Naver and Kakao.

Other Notes

  • External APIs

    • Account verification is performed using the Inicis API.

    • Postal address lookup is performed using the Daum Address API.

    • Phone number identity verification is performed using the NICE identity verification API.

  • The Modify Member Favorites API takes a type parameter. When type is 10, the registration process runs; when type is 20, the deletion process runs.

    • If a value other than 10 or 20 is provided for type, an exception occurs.

  • The first time a social account is linked, social login authentication is performed through the respective social (Kakao, Naver) API.

  • Password Change

    • Password changes are processed independently using the Change Password API rather than the Modify Personal Information API.

    • Personal information modification – password change is a process that runs after the prior password verification step, using the 'immediate change' service among the password change processes.

    • A detailed description of the Change Password API can be found on page 6 of the [Find ID/Password] feature overview document.

  • Personal Information Modification

    • The following six items can be changed: 'mobile phone number', 'date of birth', 'address', 'default delivery address status', 'email', and 'marketing information consent'.

    • A member's name after a legal name change can only be modified by an administrator, for use in 1:1 inquiries or customer service calls.

    • If the marketing information consent status is changed, the result of the change is sent to the member's email.

    • The 'Merge Member Basic Delivery Address' API is called to synchronize information with the separately managed event DB.