Update a shipment customs
If needed, customs information can be modified by sending a PUT request to the /shipment-customs/{id} route. Like any other object attached to a shipment, it is not possible to modify customs number after DELIVERY/DELIVRY_COMPANY event.
Update shipment customs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
shipmentstring · uuidOptional
typestring | nullableOptional
statusstring · max: 1Optional
numberstring · max: 255Optional
dateany | nullableOptional
Responses
200Success
application/json
400
Bad Request
application/json
401
Unprocessable Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
put
/shipment-customs/{id}Last updated