--- title: inventoryTransfer - GraphQL Admin description: Returns an inventory transfer 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/inventorytransfer md: https://shopify.dev/docs/api/admin-graphql/latest/queries/inventorytransfer.md --- # inventory​Transfer query Requires `read_inventory_transfers` access scope. Also: The user must have permission to view products. Returns an inventory transfer by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the inventory transfer. *** ## Possible returns * Inventory​Transfer [Inventory​Transfer](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryTransfer) Represents the intention to move inventory between locations. *** ## Examples * ### inventoryTransfer reference ## Query Reference ```graphql { inventoryTransfer(id) { # inventoryTransfer fields } } ```