Package Commands
Authorizations
TokenstringRequired
API key for authentication
Path parameters
packageIdinteger · int64RequiredExample:
The ID of the package to update shipment label for
12345Body
Request body for updating shipment label. Either transition or slug must be provided.
- If
transitionis provided,slugis not required - If
slugis provided,transitionis not required - Providing both is allowed but not necessary
transitionintegerOptionalExample:
State transition ID to execute (required if slug is not provided)
925slugstringOptionalExample:
State transition slug to execute (required if transition is not provided)
UPDATE_SHIPMENT_LABELResponses
204
Shipment label update completed successfully (No Content)
400
Bad Request - Invalid parameters or validation errors
application/json
404
Not Found - No Package matches the given query
application/json
406
Not Acceptable - Command execution failed or post-validation failed
application/json
post
/packages/{packageId}/command/No content
Last updated
Was this helpful?

