Update a shipment
Shipments
Update a shipment
Update an existing shipment’s attributes such as packages or address. Submitted shipments may have restrictions on what can be changed.
PATCH
Update a shipment
Request Structure
Package Operations
| Operation | Description |
|---|---|
ADD | Add new package |
UPDATE | Update existing package (requires id) |
REMOVE | Remove package (requires id) |
Address
To update the delivery address, provide it indata.relationships.address (not in data.attributes).Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the shipment to update
Body
application/json
Response
Shipment updated successfully

