Get Awb And Courier Name

Get Awb And Courier Name

GET https://wms.eshopbox.com/api/unicommerce/courierDetails

This endpoint allows you to get courier details.

Query Parameters

NameTypeDescription

orderItemIds

string

unique generated item id by eshopbox

Headers

NameTypeDescription

Authentication

string

The Bearer token which grants access to the API

{
  "courierName": "ecomExpress",
  "awb": "1704610036610"
}
curl --location --request GET 'https://wms.eshopbox.com/api/unicommerce/courierDetails?orderItemIds=408-3131237-0000110-67%2C408-3131237-0000110-68' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ACCESS_TOKEN'

Last updated