We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"country": "VN",
"seller_id": 331529,
"event_type": "product.stock.abnormal",
"data": {
"pickup_id": 409223,
"bsin": "BSN33152982996791",
"seller_sku": "TEST-0005",
"condition_level": "A",
"stock_quantity": 20,
"adjust": 1,
"awaiting_quantity": 2,
"reserved_quantity": 10,
"available_quantity": 8,
"incoming_quantity": 100,
"refer_type": "inbound",
"refer_code": "SM-VN-331529-54200124",
"note": "Putaway-SM-VN-331529-54200124",
"update_time": 1696301501
},
"request_id": "657405ca5e492f3c6f4dd838",
"timestamp": 1702102474
}
curl --location --request POST 'https://s.boxme.asia/webhook-url' \
--header 'Authorization: {{WEBHOOK_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "VN",
"seller_id": 331529,
"event_type": "product.stock.abnormal",
"data": {
"pickup_id": 409223,
"bsin": "BSN33152982996791",
"seller_sku": "TEST-0005",
"condition_level": "A",
"stock_quantity": 20,
"adjust": 1,
"awaiting_quantity": 2,
"reserved_quantity": 10,
"available_quantity": 8,
"incoming_quantity": 100,
"refer_type": "inbound",
"refer_code": "SM-VN-331529-54200124",
"note": "Putaway-SM-VN-331529-54200124",
"update_time": 1696301501
},
"request_id": "657405ca5e492f3c6f4dd838",
"timestamp": 1702102474
}'
{}