Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundRefundLineItemsArgs
The record of the line items and transactions that were refunded to a customer, along with restocking instructions for refunded line items.
Signature:
export interface RefundRefundLineItemsArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) |