curl --request POST \
--url https://api.myscalev.com/v3/orders/cancel-awb \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
123
]
}
'{
"failures": {
"ORDER_ID": "<string>"
},
"successes": {
"ORDER_ID": "<string>"
}
}Requires the order:create_awb machine scope. Cancel Air Waybill for multiple orders.
curl --request POST \
--url https://api.myscalev.com/v3/orders/cancel-awb \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
123
]
}
'{
"failures": {
"ORDER_ID": "<string>"
},
"successes": {
"ORDER_ID": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
AWB cancellation data
Order primary keys to cancel AWB