Create Product
POST
/api/v2.1/sellers/products/create/Use this API to create a single new product.
Rate limit: 1rps/IP
Request
Product name
SKU
Manufacture barcode, separate by commas
Product category. Refer to Category API
Brand name.
Product description
Listed price
Retail price (RSP)
Wholesale price (B2B)
Physical product. Default is false
Threshold number
- Normal, 2. Aircond
Require bubble wrap
Item weight (grams)
Item volume. LxWxH
Product Images: https://imag.png
Product require aftersale service by serial number.
Product use GS1 to manage product information. It is global standard
Product require manage exp.
FIFO, FEFO, LIFO
Shelf life. Exp:12,18,36 months
Expire time threshold (day).
Min inbound expire time (day)
Fragile item
Batch LOT control
PAC, PC, SET, PAIR, BOX
Require prepack before inbound
Allow automate breakdown
{
"name": "Sản Phẩm 01",
"seller_sku": "SP00012001",
"barcode_manufacturer": "WH23454808",
"category_id": 3,
"brand": "Test Brand",
"description": "Enter when there is a QC request for the product before warehouse entry.",
"price": 1000000,
"sale_price": 1200000,
"wholesale_price": 0,
"is_digital": false,
"min_quantity": 1,
"warehouse_condition": 1,
"pack_with_bubble": false,
"pack_material": 2,
"weight": 3000,
"volume": "27x36x11",
"images": [],
"manage_by_serial_number": false,
"managed_by_gs1": false,
"require_expire": true,
"outbound_strategy": "FEFO",
"shelf_life": 12,
"expiry_threshold": 3,
"min_inbound_shelf_life": 6,
"is_fragile": true,
"use_shredded_paper": true,
"batch_control": false,
"uom": "PC",
"protective_packaging_inbound": false,
"allow_breakdown": false
}
Request samples
Responses
{
"data": {
"bsin": "BSN83477384388434"
},
"error": false,
"error_code": "",
"messages": "",
"request_id": 1703470457
}