Cancel order row
Cancels an order row.
Can only be done on an order that has not been delivered or cancelled.
Path Parameters |
---|
orderId int32 — REQUIREDThe id of the order containing the order row. |
orderRowId int32 — REQUIREDThe id of the order row to cancel. |
Query Parameters |
---|
skipRestock booleanIf true will not restock the item that was cancelled. Defaults to false. |
Responses |
---|
Schema — OPTIONAL |
---|
Message string — OPTIONALA status message for the action taken. | Details string[] — OPTIONALAny validation messages for the data on the current action. |
|
Schema — OPTIONAL |
---|
Message string — OPTIONALA status message for the action taken. | Details string[] — OPTIONALAny validation messages for the data on the current action. |
|
Schema — OPTIONAL |
---|
Message string — OPTIONALA status message for the action taken. | Details string[] — OPTIONALAny validation messages for the data on the current action. |
|