Request
Body Params application/json
{
"accessToken": "string",
"mode": "production"
}
Request Code Samples
curl --location --request POST 'https://api.batchship.com/api/v3/shipment//cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessToken": "string",
"mode": "production"
}'
Responses
application/json {
"success": true,
"message": "Order cancelled successfully."
}
Modified at 2026-02-28 08:30:06