The
PATCH request is used to partially update an existing entity by the
given id. This means:- Only the fields provided in the request body will be updated.
- Fields not provided in the request body will remain unchanged.
- The request is idempotent, meaning multiple identical PATCH requests will always result in the same final state.
Authorizations
API Key for authentication
Path Parameters
Shipment ID
Body
application/json
Shipment
Maximum length:
255Example:
"Shipment Name"
Maximum length:
255Example:
"123"
Maximum length:
255Example:
"123"
Example:
"2021-01-01T00:00:00Z"
Available options:
active, inactive Example:
"active"
Available options:
shipped, created Example:
"shipped"
Maximum length:
255Example:
"Door to Door"
Example:
"Handle with care"
Response
Created
