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/?page=1&page_size=25&status&create_from&create_to' \
--header 'Authorization: {{API_TOKEN}}'
{
"data": {
"total_count": 1,
"shipments": [
{
"id": 289654,
"country": "VN",
"pickup_id": 409223,
"shipment_code": "SM-VN-331529-27885447",
"shipment_type": "inbound",
"po_number": "",
"package_option": "multi",
"vas": {
"inspection": false,
"priority_inbound": false,
"unloading": false,
"reject_damaged_goods": false,
"is_high_value": false
},
"products": [
{
"bsin": "BSN33152988566731",
"seller_sku": "IP15PRM",
"name": "Iphone 15 pro max",
"weight": 220,
"volume": "10x20x30",
"quantity_per_box": 1,
"quantity_of_box": 1,
"quantity": 1000,
"line_no": "",
"auto_merge": false
}
],
"documents": [],
"note": "Kiểm kỹ hàng hoá trước khi nhập khos s s sxxx",
"inspection_note": "",
"status": 11,
"status_display": "Partial inspection",
"estimate_arrived_time": 1753722000,
"pickup_service": false,
"received_time": 1753686676.0,
"completed_time": 0,
"created_by": 331529,
"created_time": 1753685448.0,
"updated_by": 331529,
"updated_time": 1753686678.0
}
]
},
"error": false,
"error_code": "",
"messages": "",
"request_id": "68ca6f59ea69c7e9ae8c5793"
}