# InventoryQuantity - admin - OBJECT Version: unstable ## 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/unstable/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin/unstable/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/unstable/scalars/Int): Int! - The quantity for the quantity name. * [updatedAt](/docs/api/admin/unstable/scalars/DateTime): DateTime - When the quantity was last updated. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples