--- title: inventoryShipment - GraphQL Admin description: Returns an inventory shipment by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/inventoryshipment md: https://shopify.dev/docs/api/admin-graphql/latest/queries/inventoryshipment.md --- # inventory​Shipment query Requires `read_inventory_shipments` access scope. Also: The user must have permission to view products. Returns an inventory shipment by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the inventory shipment. *** ## Possible returns * Inventory​Shipment [Inventory​Shipment](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryShipment) Represents an inventory shipment. *** ## Examples * ### inventoryShipment reference ## Query Reference ```graphql { inventoryShipment(id) { # inventoryShipment fields } } ```