Update a parcel
Parcels API
Update a parcel
Update a parcel which has not yet been announced, either to make changes to the original parcel data, or to request a shipping label if one hasn’t yet been created.
PUT
Update a parcel
You’ll need to include the
The shipping label will be announced and can be downloaded via an endpoint in the Labels API or Parcel documents API.
parcel_id of the parcel you wish to update, which you can retrieve via the Retrieve all parcels endpoint.
Note that when updating a parcel with a quantity higher than 1 (e.g. a multicollo shipment), setting request_label=true is not allowed, since multiple parcels will be returned.
Once a parcel is announced and a label is created, it’s not possible to make further changes via this endpoint.
Change address or parcel details
If you need to make adjustments to details in the original parcel, such as customer address details, shipping method, etc., you can do so by adding any of thePOST request parameters listed under the Create a parcel or parcels endpoint. These request parameters must be nested under a parcel object.
Create a shipping label for a parcel which is not yet announced
Use this endpoint to update therequest_label: false parameter to truefor parcels which you chose not to announce at the time of parcel creation, and which now need a shipping label.