# InventoryQuantityName - admin-graphql - OBJECT Version: 2024-10 ## Description Details about an individual quantity name. ### Access Scopes `read_inventory` access scope. ## Fields * [belongsTo](/docs/api/admin-graphql/2024-10/scalars/String): String! - List of quantity names that this quantity name belongs to. * [comprises](/docs/api/admin-graphql/2024-10/scalars/String): String! - List of quantity names that comprise this quantity name. * [displayName](/docs/api/admin-graphql/2024-10/scalars/String): String - The display name for quantity names translated into applicable language. * [isInUse](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the quantity name has been used by the merchant. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) of the inventory quantity. Used by [inventory queries and mutations](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#graphql-queries-and-mutations). ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples