Delete a shipment
A shipment can be deleted before it is handled by the warehouse. For import/export shipment between ORDER
and PICKUP
or GOODS_RECEIPT
event, whichever comes first and for export delivery order between DELIVERY_ORDER
and DELIVERY_PREPARATION
event. E.g. the delete route can be used to cancel a shipment order.
Delete shipment
Authorizations
Path parameters
shipmentIdstringRequired
Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
delete
DELETE /shipment/{shipmentId} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
No content
Last updated