We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"pickup_id": 7347389,
"po_number": "PO000001",
"package_option": "single",
"shipment_type": "inbound",
"vas": {
"inspection": true,
"priority_inbound": false,
"unloading": false,
"reject_damaged_goods": true
},
"products": [
{
"seller_sku": "DLGLASS0001",
"quantity_per_box": 12,
"quantity": 1200,
"line_no": "10000",
"auto_merge": false
},
{
"seller_sku": "TEST-0002",
"quantity_per_box": 6,
"quantity": 60,
"line_no": "10000",
"auto_merge": false
}
],
"inspection_note": "",
"note": "Ghi chú",
"estimate_arrived_time": "21/12/2023",
"documents": [
"https://storage.googleapis.com/boxme/warehouse/2023/12/hfEzUM_202312.jpg"
]
}
curl --location --request POST 'https://s.boxme.asia/api/v2/sellers/shipments/' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickup_id": 7347389,
"po_number": "PO000001",
"package_option": "single",
"shipment_type": "inbound",
"vas": {
"inspection": true,
"priority_inbound": false,
"unloading": false,
"reject_damaged_goods": true
},
"products": [
{
"seller_sku": "DLGLASS0001",
"quantity_per_box": 12,
"quantity": 1200,
"line_no": "10000",
"auto_merge": false
},
{
"seller_sku": "TEST-0002",
"quantity_per_box": 6,
"quantity": 60,
"line_no": "10000",
"auto_merge": false
}
],
"inspection_note": "",
"note": "Ghi chú",
"estimate_arrived_time": "21/12/2023",
"documents": [
"https://storage.googleapis.com/boxme/warehouse/2023/12/hfEzUM_202312.jpg"
]
}'
{
"data": {
"shipment_code": "SM-VN-331529-16537311",
"po_number": "ASN02324221",
"created_time": 1714637312.0
},
"error": false,
"error_code": "",
"messages": "",
"request_id": "663349ff0bfeb065f4150d12"
}