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/rma/received/BM698844495819RT/' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"total_count": 2,
"received": [
{
"bsin": "BSN33152982758216",
"seller_sku": "TEST-0002",
"product_name": "TEST-0002",
"quantity_received": 1,
"condition_level": "A",
"batch_lot": "",
"expiry_date": 0
},
{
"bsin": "BSN33152982758216",
"seller_sku": "TEST-0002",
"product_name": "TEST-0002",
"quantity_received": 1,
"condition_level": "A",
"batch_lot": "",
"expiry_date": 0
}
]
},
"error": false,
"error_code": "",
"messages": "",
"request_id": "65e158a0f1c87917a856e7f8"
}