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

SKU Information Management

Provides functionality to look up and manage the detail information of a product's SKUs. It also provides an Option Information Management API for looking up and managing option information.


Key Features

  • SKU Lookup and Bulk Modification

    • You can look up SKU information using various conditions such as product registration date, partner number, and standard category.

    • Based on the lookup results, you can bulk-modify the sale status, safety stock threshold quantity, stock quantity, and so on.

  • Option Lookup and Management

    • You can look up the option classification code list and option code list according to the option classification type and use status.

    • You can register images and RGB values for the looked-up option code list.

    • The registered values can be checked on the FO product detail page.

Process Definition

1

SKU List Lookup

  • Looks up the SKU list according to the search conditions

  • SKUs can be looked up by specifying the full-period search option and the out-of-stock status

2

SKU Management List Save

  • Saves the modified SKU management list

  • You can change the stock quantity, safety stock threshold quantity, safety stock notification status, and so on

  • Sends an error if the product number or SKU number is not entered

3

Bulk Change Safety Stock Notification Threshold Quantity

  • Bulk-changes the safety stock notification threshold quantity of the selected SKUs

  • Only changed if the safety stock notification status is 'Y'

  • Sends an error if the product number, SKU number, or safety stock notification threshold quantity is not entered

4

Bulk Change Stock Quantity

  • Bulk-changes the stock quantity of the selected SKUs

  • Only changed if the stock management status is 'Y'

  • Sends an error if the product number, SKU number, or stock quantity is not entered

5

SKU Out-of-Stock Processing

  • Processes the selected SKU list as Out of Stock

  • Called for out-of-stock processing from Stockout Management in the Shipping module

1

Option Classification Code List Lookup

  • Provides the function to look up the option classification code information list

  • Sort order is ascending, modification date/time is descending

2

Option Code List Lookup

  • Looks up the option code information list based on the option classification number

  • Sort order is ascending, modification date/time is descending

3

Option Classification Code List Save

  • Provides the function to save the option classification code information list

  • When the option classification name is modified, the option classification name in the SKU option information is also modified

  • The option classification name cannot be duplicated

  • Validates the option classification code information when saving the list

4

Option Code List Save

  • Saves the option code information list

  • When the option name is modified, the option name in the SKU option information is also modified

API Function List

API
Description
Server
Method
Remarks

Bulk Change Safety Stock Notification Threshold Quantity

•Bulk-changes the safety stock notification threshold quantity of the selected SKUs. •Only applied if the safety stock notification status is Y; not applied if N. •If the safety stock notification status is N, the safety stock notification threshold quantity is reset.

BO

POST

Bulk Change Stock Quantity

•Bulk-changes the stock quantity of the selected SKUs. •Only applied if the stock management status is Y; not applied if N.

BO

POST

SKU Out-of-Stock Processing

•Processes the SKU list as Out of Stock. •Called for out-of-stock processing from Stockout Management in the Shipping module.

BO

POST

Option Classification Code List Lookup

•Looks up the option classification code information list. •Sort order is ascending, modification date/time is descending.

BO

GET

Option Code List Lookup

•Looks up the option code information list based on the option classification number. •Sort order is ascending, modification date/time is descending.

BO

GET

Option Classification Code List Save

•Saves the option classification code information list. •When the option classification name is modified, the option classification name in the SKU option information is also modified. •Validates the entered option classification code information when saving the option classification code list. •The option classification name cannot be duplicated.

BO

POST

Option Code List Save

•Saves the option code information list. •When the option classification name is modified, the option classification name in the SKU option information is also modified. •Validates the entered option classification code information when saving the option code list.

BO

POST

Terminology

Term
Description

Product

•Refers to all goods that are the subject of sale through a commerce channel. •It is the basic unit in which a product is displayed, and the basic unit that makes up the product detail screen. •A product is the unit in which price is managed.

SKU

•The minimum management unit under a product, i.e. the minimum unit of product stock and sale — the unit the customer actually purchases. •The unit that manages ordered product information according to the customer's selected options. •The unit in which stock is managed. (In this solution, stock refers to 'web stock'.) •SKU information is created from a combination of options.

  • (e.g.) SKU A: Color-Black/Size-260 / SKU B: Color-Black/Size-250

Option

•The basic unit for creating product variations. •Items such as 'Color' and 'Size' are called the option name, and 'Black', 'XL', and so on are called option values. •Option types include most of the types used in commerce, such as gender, color, size, weight, capacity, and region, and additional types can be added per site as needed.

General Product (Classification)

•Refers to all goods products that undergo general shipping.

Gift (Classification)

•Refers to a product provided at no additional cost to customers who meet certain conditions, such as purchasing a specific product or purchasing over a certain amount, through a promotion or event.

General Product

•Refers to a product managed by coding the product's options into SKUs. •Stock deduction is performed at the SKU level.

Bundle Product

•Refers to a bundle product for display purposes, regardless of whether a discount applies. •Purchased by selecting some of the products that make up the option composition.