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/orders/pack/BM65221104356/?page=1&page_size=25' \ --header 'Authorization: Token {{API_TOKEN}}' \ --header 'Content-Type: application/json'
{ "data": { "total_count": 2, "items": [ { "bsin": "BSN33152982921891", "seller_sku": "TEST-0004", "product_name": "TEST-0004", "packed_quantity": 1, "quantity": 1, "batch_number": "", "expiry_date": 0, "packed_time": 1703670533, "line_no": "" }, { "bsin": "BSN33152982996791", "seller_sku": "TEST-0005", "product_name": "TEST-0005", "packed_quantity": 1, "quantity": 1, "batch_number": "", "expiry_date": 0, "packed_time": 1703670533, "line_no": "" } ] }, "error": false, "error_code": "", "messages": "", "request_id": "65a0eace2da934f565b5e4ff" }