Property | Type | Required | Notes |
---|---|---|---|
courier_code | string | true | |
awb | string | true | |
cancel_reason | string | true | min:5, max:150 |
curl --location --request POST '/order/cancel' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"courier_code":"paxel",
"awb":"CO.FASTRAC-20241217-1-JP0M2J",
"cancel_reason":"test cancelation"
}'
{
"success": false,
"message": "An error occurred while placing an cancel"
}