Refund a Product
DELETE/order/:guid/products/:order_product_guid/return
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Refund a Product. This endpoint has been replaced by DELETE /order/{guid}/custom_refund
.
Request​
Responses​
- 200
- 403
- 404
- 406
Product refunded successfully.
Unauthorized. You do not have permission to manage the Order.
Order or Product not found.
Request is invalid, there was no paid Payment found.