Bulk Product Registration
Provides functionality to register a large volume of products in bulk, save the necessary information, and efficiently look up the registered products.
Key Features
Bulk Registration, Save, and Lookup
Provides functionality to register a large volume of products in bulk, save the necessary information, and efficiently look up the registered product information.
Excel Version Match Check
Checks whether the version of the downloaded Excel file matches the actual Excel form version, to prevent user error.
Duplicate Key Check
Uses the product name, partner, standard classification code, and internal product number as the duplicate key to check for duplicate products and prevent registration.
Detailed Error Message
Specifies the error for each row and column, so that users can easily correct incorrect product information.
Process Definition

Basic Data Lookup Required for Bulk Product Registration Data Validation
When the user clicks to download the upload form, the common codes, partners, brands, leaf standard categories, and product notification item list required for the form's reference sheet are looked up from each DB.
When the user clicks to select a bulk registration file, the duplicate check products, common codes, partners, brands, leaf standard categories, and product notification item list required for validating the entered data are looked up from each DB.
API Function List
Save Bulk Product Registration Excel File and Excel Upload Error
•Saves the Excel file and Excel upload errors in bulk product registration. •For PO, when saving the Excel file, it is saved with the logged-in user's partner data. •For a product duplication error in the Excel upload error, the cell is saved as 0.
BO
POST
Bulk Product Registration Excel Product Registration
•Saves the product data from the Excel file uploaded in bulk product registration.
•Saves the normal product list for which data validation is complete.
•The save language is based on the default language code, ko.
•The available payment method is set to All as the initial value.
BO
POST
Bulk Product Registration Basic Data Lookup Required for Data Validation
•Looks up the basic data required for validating bulk product registration data.
•For BO, the list of all partners is looked up.
•For PO, the logged-in user's partner is looked up.
BO
POST
Bulk Product Registration Product Excel Upload History List Lookup
•Looks up the product Excel upload history list on the Bulk Product Registration page. •For PO, only Excel files matching the logged-in user's partner can be looked up.
BO
GET
Terminology
Excel Upload Error
•Excel upload errors are checked in the order of required status, format, byte, and logic for each column.
•If a column has multiple errors, the error that comes first in the above order is recognized.
Basic Data Required for Data Validation
•The basic data required for data validation is the list of common codes, partners, brands, leaf standard categories, and product notification items.
Other Notes
Bulk Product Registration Basic Data Lookup Required for Data Validation API
For BO, the list of all partners is looked up.
For PO, the logged-in user's partner is looked up.
Bulk Product Registration Excel File and Excel Upload Error Save API
For PO, when saving the Excel file, it is saved with the logged-in user's partner data.
For a product duplication error in the Excel upload error, the cell is saved as 0.
Bulk Product Registration Excel Product Registration API
Saves the normal product list for which data validation is complete.
The save language is based on the default language code, ko.
The available payment method is set to All as the initial value.
The display category list mapped to the standard classification is saved as the initial value.
Bulk Product Registration Product Excel Upload History List Lookup API
For PO, only Excel files matching the logged-in user's partner can be looked up.