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/list/?return_tracking_number&created_from&created_to&page_size=25,50&page' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"total_count": 1,
"orders": [
{
"country": "VN",
"order_id": 6838349,
"return_tracking_number": "BM881647999599RT",
"origin_tracking_number": "BM881647999599",
"order_number": "po_order_code",
"items": [
{
"seller_sku": "HOP_BOXME_01",
"product_name": "Hộp Boxme 001",
"return_note": null,
"quantity": 1,
"accept_quantity": 0,
"damage_quantity": 0,
"lost_quantity": 0,
"destroy_quantity": 0
}
],
"courier_name": "Boxme Express",
"courier_tracking_code": "BM881647999599",
"order_status": 2,
"order_status_name": "Received",
"item_status": 1,
"item_status_name": "Waiting inspection",
"return_note": "",
"proof": [
"https://photo.com"
],
"received_time": 1650451640,
"complete_time": 0,
"created_time": 1650451641
}
]
},
"error": false,
"error_code": "",
"messages": "",
"request_id": 1703650371
}