--- title: InventoryTransferSetItemsInput - GraphQL Admin description: The input fields to the InventoryTransferSetItems mutation. api_version: 2026-04 api_name: admin type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/InventoryTransferSetItemsInput md: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/InventoryTransferSetItemsInput.md metadata: domain: admin --- # Inventory​Transfer​Set​Items​Input input\_object The input fields to the InventoryTransferSetItems mutation. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null The ID of the inventory transfer where the items will be set. * line​Items [\[Inventory​Transfer​Line​Item​Input!\]!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/InventoryTransferLineItemInput) required The line items to set on the Transfer. Only the items included in this list are affected; items already on the transfer that aren't referenced here will stay unchanged. Each inventory item may appear at most once in this list; duplicate `inventoryItemId` entries are rejected. *** ## Mutations using this input * [inventory​Transfer​Set​Items.input](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryTransferSetItems#arguments-input) ARGUMENT *** ## Map ### Mutations using this input * [inventory​Transfer​Set​Items.input](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryTransferSetItems#arguments-input)