v1
latestOpenAPI 3.1.02026-07-14577181.5 KBManage orders
Updates the status of the order to cancelled. One DELETE request cancels one order. The path parameter specifies the order to cancel. The 201 response containing the external ID confirms the action.
An external_id identifying a canceled order cannot be reused to create another order.
delete/public/v3/orders/{external_id}
Path parameters
external_idstring required
Order's ID assigned by the retailer; unique within all the retailer's orders manifested to Paack.
Can include special characters, excluding a comma, though for further use you need to encode them.
external_id equals tracking_id.
Response
Confirms the order of the provided external_id has been updated.