We announce the release of a new API version aimed at providing convenience for our partners using the service.
curl --location --request GET 'https://s.boxme.asia/api/v2/sellers/shipments/SM-VN-331529-20732681/' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json'
{
"data": {
"id": 223407,
"country": "VN",
"pickup_id": 409223,
"shipment_code": "SM-VN-331529-20732681",
"po_number": "DLGLASS0001",
"package_option": "single",
"vas": {
"inspection": true,
"priority_inbound": false,
"unloading": false,
"reject_damaged_goods": true
},
"products": [
{
"bsin": "BSN33152982758216",
"seller_sku": "TEST-0002",
"name": "TEST-0002",
"weight": 350,
"volume": "18x15x11",
"quantity_per_box": 100,
"quantity_of_box": 10,
"quantity": 1000,
"line_no": "10000",
"auto_merge": false
},
{
"bsin": "BSN33152992878894",
"seller_sku": "DLGLASS0001",
"name": "DLGLASS0001",
"weight": 500,
"volume": "15x8x8",
"quantity_per_box": 100,
"quantity_of_box": 12,
"quantity": 1200,
"line_no": "10000",
"auto_merge": false
}
],
"documents": [],
"note": "Ghi chú",
"inspection_note": "",
"status": 5,
"status_display": "Cancel",
"estimate_arrived_time": 1703131479,
"received_time": 0.0,
"completed_time": 0,
"created_by": 331529,
"created_time": 1703132681.0,
"updated_by": 331529,
"updated_time": 1703237531.0
},
"error": false,
"error_code": "",
"messages": "",
"request_id": "65c1a0f7bf280743f28cfa44"
}