We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"seller_sku":"SKU012132",
"category_id": 1,
"brand": "No Band",
"price": 100000,
"sale_price": 120000,
"wholesale_price": 80000
}
curl --location --request PUT 'https://s.boxme.asia/api/v2.1/sellers/products/update/BSN33152982758216/' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"seller_sku":"SKU012132",
"category_id": 1,
"brand": "No Band",
"price": 100000,
"sale_price": 120000,
"wholesale_price": 80000
}'
{
"data": {
"bsin": "BSN33152982758216",
"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.",
"sale_price": 1200000,
"price": 1000000,
"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": true,
"active": true,
"approve": true
},
"error": false,
"error_code": "",
"messages": "",
"request_id": ""
}