v1

latestOpenAPI 3.0.12026-07-242073551.1 MB
Shipments

Defer Shipments

Used to update the shipment shipping data for a current shipment. <br />A shipment can be deferred by a maximum of 28 days from the date of the request. <br />This service can only be used before the shipment has been manifested. <br />There can be a maximum of 99 defer requests per call.

put/v4/shipments/defer

Request body

ShipmentIdstring required

Shipment Id <br />The shipment to apply the change to. <br />
<br />The Shipment Id may be an id or a tracking/barcode number.

ShipmentDatestring date required

Shipment Date <br />The new date that the packages are being shipped. <br />The date must not be in the past and cannot be more than 28 days in the future. <br />
<br />Accepted Format: YYYY-MM-DD

Example request

[
  {
    "ShipmentId": "AD123456783GB"
  }
]

Response

All shipments were deferred successfully.