Create product
/products
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Last updated
{
"data": {
"sku": "CUSTOM_SKU",
"name": "Tên sản phẩm",
"description": "Mô tả",
"weight": 10,
"width": 10,
"height": 10,
"length": 10,
"price": "10000",
"old_price": 0,
"cost": "1000",
"quantity": 100
}
}