Update order's item by product id's
PATCH/orders/:order_id/items/:product_id/sku/:product_sku_id
Update an order's product by product id's
info
For partial refunds, update the total_value of the corresponding order item with a negative value. This allows tracking of which specific item was canceled or refunded and automatically updates the order's total_value as well. Example: { "refund_value": -10.00 }
Request
Responses
- 200
- 404
- 422
- 429
Successful Response
Not Found
Validation Error
Too Many Requests
Response Headers
Retry-After
Time to wait before make another request