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/receiving//?keyword=BSN33152937466714&condition_level=A&batch_lot=331529-26083198&expiry_date&page&page_size' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json'
{
"data": {
"total_count": 3,
"inspections": [
{
"seller_sku": "SUATHTRUEMILK",
"bsin": "BSN33152937466714",
"product_name": "Sữa tươi TH true milk (hộp)",
"quantity": 180,
"condition_level": "A",
"batch_lot": "331529-26083198",
"expiry_date": 1709226000,
"note": "Test check",
"line_no": "101001",
"created_time": 1707982450.0
},
{
"seller_sku": "SUATHTRUEMILK",
"bsin": "BSN33152937466714",
"product_name": "Sữa tươi TH true milk (hộp)",
"quantity": 300,
"condition_level": "A",
"batch_lot": "331529-26083198",
"expiry_date": 1709226000,
"note": "Test check",
"line_no": "201001",
"created_time": 1707981365.0
},
{
"seller_sku": "SUATHTRUEMILK",
"bsin": "BSN33152937466714",
"product_name": "Sữa tươi TH true milk (hộp)",
"quantity": 20,
"condition_level": "A",
"batch_lot": "331529-26083198",
"expiry_date": 1709226000,
"note": "Test check",
"line_no": "101001",
"created_time": 1707981365.0
}
]
},
"error": false,
"error_code": "",
"messages": "",
"request_id": "65cee2f9ee33d6faf4f6ee79"
}