Skip to main content
PUT
This endpoint updates shipment details. Only shipments with status “label_created” can be modified. Once picked up, use the cancel endpoint to void.

Authentication

This endpoint requires a valid API key with shipments:write permissions.

Path Parameters

string
required
The unique identifier of the shipment

Request Body

string
New scheduled ship date (ISO 8601)
string
Updated service level
boolean
Update signature requirement
boolean
Update Saturday delivery option
object
Update insurance options
object
Update reference numbers
object
Update custom fields

Response

Returns the updated shipment object.