We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"seller_skus": ["KIEN_TEST_1", "DLGLASS0001"]
}
curl --location --request POST 'https://s.boxme.asia/api/v2/sellers/wms/products/report/stocks/' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"seller_skus": ["KIEN_TEST_1", "DLGLASS0001"]
}'
{
"data": [
{
"bsin": "BSN33152992878894",
"seller_sku": "DLGLASS0001",
"product_name": "Cốc sứ hoạ tiết NOWAY DL GLASS - Hàng chính hãng",
"batch_lot": null,
"expire_date": null,
"quantity": 908,
"stock_date": "2023-10-10"
},
{
"bsin": "BSN33152992878894",
"seller_sku": "DLGLASS0001",
"product_name": "Cốc sứ hoạ tiết NOWAY DL GLASS - Hàng chính hãng",
"batch_lot": null,
"expire_date": null,
"quantity": 1224,
"stock_date": "2024-01-18"
},
{
"bsin": "BSN33152992878894",
"seller_sku": "DLGLASS0001",
"product_name": "Cốc sứ hoạ tiết NOWAY DL GLASS - Hàng chính hãng",
"batch_lot": null,
"expire_date": null,
"quantity": 1,
"stock_date": "2024-01-22"
}
],
"error": false,
"error_code": "",
"messages": "",
"request_id": "65e157c825519e005ede58bc"
}