Create a shipment service
📄 Technical specifications
The Consignee is not allowed to create this resource.
The Forwarder is not allowed to create this resource.
The Shipper is allowed to create this resource when the event type name is ORDER, PICKUP, GOODS_RECEIPT, MEASUREMENT, SECURITY, or STORAGE.
The Warehouse is allowed to create this resource when the event type name is ORDER, PICKUP, GOODS_RECEIPT, MEASUREMENT, SECURITY, or STORAGE.
The Agent is not allowed to create this resource.
The Customer is not allowed to create this resource.
Create a new shipment service
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
shipmentstring · uuidRequired
quantitynumber | nullableRequired
isDonebooleanRequired
typestring · uuidRequired
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-serviceLast updated