Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryQuantity
Represents a quantity of an inventory item at a specific location, for a specific name.
Signature:
export interface InventoryQuantity
Property | Modifiers | Type | Description |
---|---|---|---|
name | Scalars[‘String’][‘output’] | The [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) that identifies the inventory quantity. | |
quantity | Scalars[‘Int’][‘output’] | The quantity for the quantity name. | |
updatedAt? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) When the quantity was last updated. |