Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundLineItemInput
The input fields required to reimburse line items on a refund.
Signature:
export interface RefundLineItemInput
Property | Modifiers | Type | Description |
---|---|---|---|
lineItemId | Scalars[‘ID’][‘input’] | The ID of the line item in the refund. | |
locationId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The intended location for restocking. If the restockType is set to NO_RESTOCK , then this value is empty. |
|
quantity | Scalars[‘Int’][‘input’] | The quantity of the associated line item to be refunded. | |
restockType? | InputMaybe<RefundLineItemRestockType | `${RefundLineItemRestockType}`> | (Optional) The type of restock for this line item. |