--- title: InventoryItemMeasurement - GraphQL Admin description: Represents the packaged dimension for an inventory item. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/inventoryitemmeasurement md: https://shopify.dev/docs/api/admin-graphql/latest/objects/inventoryitemmeasurement.md --- # Inventory​Item​Measurement object Requires `read_inventory` access scope or `read_products` access scope. Represents the packaged dimension for an inventory item. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * weight [Weight](https://shopify.dev/docs/api/admin-graphql/latest/objects/Weight) The weight of the inventory item. *** ## Map ### Fields with this object * {}[InventoryItem.measurement](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryItem#field-InventoryItem.fields.measurement) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-InventoryItemMeasurement Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)