# InventoryQuantity - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a quantity of an inventory item at a specific location, for a specific name. ### Access Scopes `read_inventory` access scope. ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) that identifies the inventory quantity. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity for the quantity name. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - When the quantity was last updated. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples