--- title: InventoryItemMeasurement - GraphQL Admin description: Represents the packaged dimension for an inventory item. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/InventoryItemMeasurement md: >- https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/scalars/ID) non-null A globally-unique ID. * weight [Weight](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Weight) The weight of the inventory item. *** ## Map ### Fields with this object * {}[InventoryItem.measurement](https://shopify.dev/docs/api/admin-graphql/unstable/objects/InventoryItem#field-InventoryItem.fields.measurement) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## ||-InventoryItemMeasurement Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)