Cancel the Order, counts are updated, does not execute refund
DELETE/order/:guid
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
This endpoint has been replaced by DELETE /order/{guid}/custom_refund
.
(Admin only) Cancel an Order, counts are updated, does not execute Refund.
Request​
Responses​
- 200
- 404
- 406
Order cancelled successfully.
Order or Shop of the Order not found.
Request is invalid, see error context for validation errors.