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