Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryItemInventoryLevelsArgs
Represents the goods available to be shipped to a customer. It holds essential information about the goods, including SKU and whether it is tracked.
Signature:
export interface InventoryItemInventoryLevelsArgs
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) | |
query? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) |