Skip to main content

Cancel a single item on an auto order

POST 

/auto_order/auto_orders/reference_order_id/:reference_order_id/items/original/:original_item_id/cancel

Cancels a single item on an auto order identified by the original order id and the item's original_item_id. The request body may specify mode=end (soft cancel by setting no_order_after_dts to the current time, preserving the row for reporting; this is the default when the body is omitted) or mode=remove (hard delete). Returns the updated auto order based upon expansion.

Request

Responses

Successful response

Was this page helpful?