Skip to main content

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

Successful Response