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.update",
"data": {
"bsin": "BSN33152982996791",
"seller_sku": "TEST-0005",
"product_name": "TEST-0005",
"change_values": [
{
"name": "weight",
"old": 500,
"new": 750
},
{
"name": "approved",
"old": false,
"new": true
},
{
"name": "volume",
"old": "9x13x15",
"new": "10x13x12"
}
],
"update_time": 1696301698
},
"request_id": "65740507a22fa65d9874d4ed",
"timestamp": 1702102279
}
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.update",
"data": {
"bsin": "BSN33152982996791",
"seller_sku": "TEST-0005",
"product_name": "TEST-0005",
"change_values": [
{
"name": "weight",
"old": 500,
"new": 750
},
{
"name": "approved",
"old": false,
"new": true
},
{
"name": "volume",
"old": "9x13x15",
"new": "10x13x12"
}
],
"update_time": 1696301698
},
"request_id": "65740507a22fa65d9874d4ed",
"timestamp": 1702102279
}'
{}