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 by id

delete

Delete shipment

Authorizations
Path parameters
shipmentIdstringRequired
Responses
204
No Content
delete
DELETE /shipment/{shipmentId} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*

No content

Last updated