Create a shipment event
Create an event for a shipment. Typically, forwarder will only create ORDER event for import/export shipment to announce arrival of goods or DELIVERY_ORDER event for requesting the delivery of an export shipment.
Create a shipment event
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
shipmentstring · uuidRequired
etaany | nullableRequired
ataany | nullableRequired
commentstring | nullableRequired
typestring · enumRequiredPossible values:
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-eventLast updated