Cancel the Product, counts are updated, refund is not handled here
DELETE/order/:guid/products/:order_product_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 a Product, counts are updated, refund is not handled here.
Request​
Responses​
- 200
- 403
- 404
- 406
Product cancelled successfully.
Unauthorized. You do not have permission to manage the Order.
Order, Product, or Shop of the Order not found.
Request is invalid, you cannot cancel the last Product in an Ticket, cancel the Ticket instead.