Category Management
A core function for effectively classifying and managing products in the shopping mall. It manages the basic information and product attributes of standard categories, and allows you to add or remove display products in display categories. You can also link standard and display categories so that they are automatically connected when a product is registered.
Key Features
Standard Category Management
Can be modified when it is a leaf category, or when there is no category information linked in the standard-and-display category link, and there are no subcategories/sub-products.
A standard category can only be deleted when there is no category information linked in the standard-and-display category link, and there are no subcategories/sub-products.
For standard category product attributes, only the use status and display order can be changed.
The standard category product list is classified and looked up according to the leaf standard category set at the time of product registration.
Display Category Management
Can only be modified when the leaf status is not the fourth-level category (4 depth), there is no category information linked in the standard-and-display category link, and there are no subcategories/sub-products.
If it is a leaf display category, display products can be added.
A top-level category can be added, and cannot be deleted once added.
Standard-and-Display Category Link Management
A display category can be linked to a leaf standard category.
When a standard category is selected during product registration, the linked display category is automatically registered.
A representative category can be set per mall for a display category. However, the representative category per mall must be in an enabled state.
Process Definition — Standard Category Management

API Function List_ Standard Category Management
Full Standard Category List Lookup
•Looks up the full list of standard categories. •[BO] Display > Category Management > Display Category Management > Display Category Lookup Tree Area •Looks up the full list of display categories in order to display categories in a tree structure on the Display Category Management page
BO
GET
Standard Category Basic Information Lookup
•Looks up the basic information of the corresponding standard category by standard category number •[BO] Display > Category Management > Standard Category Management > Standard Category Basic Information Area •Looks up the basic information of the standard category when a standard category is selected on the Standard Category Management page.
BO
GET
Standard Category Product List Lookup
•Looks up the product list of the corresponding standard category by standard category number. •[BO] Display > Category Management > Standard Category Management > Standard Category Product List Grid Area •Looks up the product list of the corresponding standard category displayed in the grid when a standard category is selected on the Standard Category Management page.
BO
GET
Standard Category Deletion Eligibility Check
•Checks the deletion eligibility of a standard category by standard category number, based on whether subordinate standard categories exist, whether registered products exist, and whether a linked display category exists.
BO
GET
Standard Category Basic Information Modification
•Modifies the basic information of a standard category. •Modifies the standard category name, use status, sort order, leaf standard category status, responsible MD, product notification item, and safety certification required status in the standard category basic information
BO
PUT
Subordinate Standard Category List Save
•Adds, modifies, and deletes the subordinate standard category list. •[BO] Display > Category Management > Standard Category Management > Subordinate Standard Category List Area
BO
POST
Standard Category Product Attribute List Save
•Adds, modifies, and deletes the standard category product attribute list. •[BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List Area
BO
POST
Standard Category Product Attribute List Lookup
•Looks up the standard category product attribute list of the corresponding standard category by standard category number. •[BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List Area •Adds, modifies, and deletes subordinate standard categories in the standard category product attribute list grid
BO
GET
Attribute Information List Lookup
•Looks up the full list of attribute information. •[BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List > Register Attribute Button > Attribute Information Popup
BO
GET
Process Definition — Display Category Management

API List — Display Category Management
Subordinate Display Category List Lookup
•Looks up the subordinate display category list of the corresponding display category by display category number. •[BO] Display > Category Management > Display Category Management > Subordinate Display Category List Grid Area •Looks up the subordinate display categories of the corresponding display category displayed in the grid when a display category is selected on the Display Category Management page
BO
GET
Subordinate Display Category List Count Lookup
•Looks up the count of the subordinate display category list of the corresponding display category by display category number. •Looks up the count of subordinate display categories of the corresponding display category displayed in the grid when a display category is selected on the Display Category Management page
BO
GET
Display Product List Detail Lookup
•Checks duplication against existing display products by product numbers, then looks up the product detail information. •[BO] Display > Category Management > Display Category Management > Display Product List Grid Area •In the BO, the product number is passed from the product search popup when adding a display product.
BO
GET
Display Product List Lookup
•Looks up the display product list of the corresponding display category by display category number. •[BO] Display > Category Management > Display Category Management > Display Product List Grid Area •Looks up the display product list of the corresponding display category displayed in the grid when a display category is selected on the Display Category Management page
BO
GET
Display Product List Count Lookup
•Looks up the count of the display product list of the corresponding display category by display category number. •Looks up the count of the display product list of the corresponding display category displayed in the grid when a display category is selected on the Display Category Management page
BO
GET
Display Category List Lookup Including Mall
•Looks up the full display category list, including the mall category above the large category. •[BO] Display Category Lookup Popup (Tree) — Looks up the full display category information including the mall category above the top-level category (large category), in order to display display categories in a tree structure based on the mall
BO
GET
Display Category Name Multilingual List Lookup
•Looks up the multilingual list of category names for display categories by display category number list.
BO
GET
Display Category Name Multilingual List Count Lookup
•Looks up the count of the multilingual list of category names for display categories by display category number list.
BO
GET
Display Category List Lookup
•Looks up the display category list according to the search conditions. •[BO] Display Category Lookup Popup •Looks up the display category list according to the search conditions in the display category lookup grid popup
BO
GET
Display Category List Count Lookup
•Looks up the count of the display category list according to the search conditions. •[BO] Display Category Lookup Popup (Grid)
BO
GET
Full Display Category List Lookup
Looks up the full list of display categories.
[BO] Display > Category Management > Display Category Management > Display Category Lookup Tree Area
Looks up the full list of display categories in order to display categories in a tree structure on the Display Category Management page
BO
GET
Display Category Basic Information Lookup
•Looks up the information of the corresponding display category by display category number.
BO
GET
Display Category Deletion Eligibility Check
•Checks the deletion eligibility of a display category by display category number, based on whether subordinate display categories exist, whether registered products exist, and whether a linked standard category exists.
BO
GET
Bulk-Registered Display Product Validity Lookup
•Checks whether the corresponding product is valid for addition to display products, by product number and display category number. •Checks whether the products passed for bulk registration of display products are invalid (duplicate / non-existent) when added to display products. •If a product duplicates an already-registered display product or does not exist, sets and returns an error message for that product.
BO
GET
Display Category Basic Information Modification
•Modifies the basic information of a display category.
BO
PUT
Add Top-Level Display Category
•Adds the top-level category (large category) of a display category with default values. •[BO] Display > Category Management > Display Category Management > Display Category Lookup Tree Area — Adds a large category with the category name 'NEW Top-Level Category', leaf status 'N', and display order '1' as default values.
BO
POST
Display Category Name Multilingual Save
•Saves the multilingual list of category names for a display category.
BO
POST
Display Product List Save
•Saves the display product list of a display category. •[BO] Display > Category Management > Display Category Management > Display Product List Grid Area •Adds, modifies, and deletes products in the display product list grid.
BO
POST
Subordinate Display Category List Save
•Saves the subordinate display category list.
BO
POST
Excel Display Product List Bulk Save
•Saves only the non-duplicate products from the display product list of a display category. •[BO] Display > Category Management > Display Category Management > Bulk Register Display Products Button > Bulk Register Display Products Popup — Saves only the non-duplicate display products entered in the bulk registration grid via Excel file, and returns any duplicate products.
BO
POST
Process Definition — Standard & Display Category Link

API List_ Standard & Display Category Link
Linked Sub-Display Category List Save
•Adds, modifies, and deletes the list of display categories linked to a standard category. •[BO] Display > Category Management > Standard & Display Category Link > Linked Display Category (Small) List Grid Area •Adds, modifies, and deletes the list of display categories linked to a standard category.
BO
POST
Linked Sub-Display Category List Lookup
•Looks up the list of display categories linked to a standard category. •[BO] Display > Category Management > Standard & Display Category Link > Linked Display Category (Small) List Grid Area •Looks up the linked display category list when a standard category is selected on the Standard & Display Category Link page.
BO
GET
Full Standard Category List Lookup
•Looks up the full list of standard categories. •[BO] Display > Category Management > Standard & Display Category Link > Linked Display Category (Small) List Grid Area •Looks up the full list of standard categories in order to display categories in a tree structure on the Standard & Display Category Link page.
BO
GET
Linked Sub-Display Category List Count Lookup
•Looks up the count of the display category list linked to a standard category. •Looks up the count of the linked display category list when a standard category is selected on the Standard & Display Category Link page.
BO
GET
Terminology
Standard Category
•Refers to the standard subject by which products are classified. •Composed in the order Large/Medium/Small/Detail, and connected hierarchically using the parent category number.
Display Category
•Refers to the subject managed and displayed according to a specific classification under the site and mall in the display hierarchy. •Composed in the order Large/Medium/Small/Detail, and connected hierarchically using the parent category number.
Depth
•The unit of category hierarchy depth. •Large/Medium/Small/Detail are represented as numbers 1 to 4. Ex) Large category: 1, Detail category: 4
Leaf Status
•A classification value indicating a category that has no subcategories and can hold products. •If it is a leaf category, products can belong to that category. •If it is not a leaf category, it has subcategories.
Product Attribute
•A value used to additionally enter product detail display information (supplementary information). •Defines the input items per standard category that a product has, in order to provide additional content for product information. Ex) MD comment, fitting information, additional product information, material information