Update a shipment custom field
Shipments
Update shipment custom field
Update an existing custom field value on a shipment in the Terminal49 API, identified by the custom field definition’s api_slug for that shipment record.
PATCH
Update a shipment custom field
Updates a specific custom field on a shipment by its
api_slug.
Path parameters
| Parameter | Required | Description |
|---|---|---|
shipment_id | Yes | The ID of the shipment |
api_slug | Yes | The api_slug of the custom field definition |
Request body
| Parameter | Required | Description |
|---|---|---|
value | Yes | The new value to set |
Authorization
Requiresupdate permission on the shipment.
Response
Returns200 OK with the updated custom field resource on success.Authorizations
Use a Terminal49 API key in the Authorization header with the Token prefix.
Authorization: Token YOUR_API_KEY
Body
application/json