This interface requires administrator authorization to be called.
Different logistics providers will return different structures.
Request
Body Params application/jsonRequired
{
"accessToken": "string",
"orderId": "********"
}
Request Code Samples
curl --location --request POST 'https://api.batchship.com/api/v3/shipment/breakdown' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessToken": "string",
"orderId": "********"
}'
Responses
application/json Modified at 2026-02-28 08:30:50