Cancel a freight shipment
Cancel a booked freight shipment with the carrier. The response indicates whether the associated pickup was also cancelled.
Cancellation windows are set by the carrier. A shipment that has already been picked up usually cannot be cancelled, and the provider's rejection is returned as a 400 Bad Request.
Response
The request was a success.
Example response
{
"freight_shipment_id": "se-28529731",
"pickup_cancelled": true
}Changes
Changed in 2 of the 6 revisions of this API.12
- ●
removed the optional property
cancelled_transactionsfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
pickup_cancelledto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○