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

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.
Process Definition — 2

API Function List
Get Member Refund Account Information
Retrieves the member's refund account information.
Member
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
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
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
[Find ID/Password] mid-category API
Definition of Terms
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
typeparameter. 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.