RefundedOrderLineItemInput
Version 2024-04-01
Overview
Captures details about OrderLineItem for which a refund is issued. A refund can be issued against quantity of an orderLineItem or it can be issued against specific charges e.g. Discount, Tax, etc. that are associated with a lineItem.
Arguments
Argument | Description |
---|---|
lineItemId (LineItemIdentifierInput required) | Unique identifier of the line item. This identifier can be either the BwP line item ID if available or any of the line item aliases provided. |
refundedQuantity (QuantityInput) | Quantity of an Order LineItem that is refunded. |
Updated about 2 months ago