Shipments
Defer Shipments
Postpone the processing or delivery of specific shipments. With this endpoint, you can specify which shipments you would like to defer and provide new shipment dates, streamlining the logistics workflow when shipments cannot proceed as planned due to issues, such as delays, scheduling conflicts, or customer requests. <br /> <br />Before deferring a shipment, bear in mind the following: <br /> <br />• The shipment can be deferred by a maximum of 28 days from the date of the request. <br />• The shipment can only be deferred before it has been manifested. <br />• The maximum allowable defer requests per call is 99.
put/v4/shipments/defer
Request body
Example request
[
{
"ShipmentId": "AD123456783GB"
}
]Response
All shipments were deferred successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.