Create a shipment customs
Attach a customs number to a shipment. Based on location like France, European Union,… the customs numbers is of a specific type and can have a status T, C or X.
Create shipment customs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
shipmentstring · uuidRequired
typestring | nullableRequired
statusstring · max: 1Required
numberstring · max: 255Required
dateany | nullableRequired
Responses
201Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
post
/shipment-customsLast updated