Custom Refund/cancel end-point, all options available
DELETE/order/:guid/custom_refund
Custom Refund/cancel end-point, all options available. This endpoint can cancel and refund Orders, Tickets, Products, and Payment fees. The Tickets, Products, and Payment fees can be cancelled/refunded through items
, while the Order can be cancelled/refunded through entire_order
.
Request​
Responses​
- 200
- 403
- 404
- 406
Cancel was successful.
Unauthorized. You do not have permission to manage the Order.
Order or Shop of the Order not found.
Request is invalid, see error context for validation errors.