--- title: InventoryTransferSetItemsPayload - GraphQL Admin description: Return type for `inventoryTransferSetItems` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/inventorytransfersetitemspayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/inventorytransfersetitemspayload.md --- # Inventory​Transfer​Set​Items​Payload payload Return type for `inventoryTransferSetItems` mutation. ## Fields * inventory​Transfer [Inventory​Transfer](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryTransfer) The Transfer with its line items updated. * updated​Line​Items [\[Inventory​Transfer​Line​Item​Update!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryTransferLineItemUpdate) The updated line items. * user​Errors [\[Inventory​Transfer​Set​Items​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryTransferSetItemsUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [inventory​Transfer​Set​Items](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryTransferSetItems) mutation This mutation allows for the setting of line items on a Transfer. Will replace the items already set, if any. *** ## Map ### Mutations with this payload * [inventory​Transfer​Set​Items](https://shopify.dev/docs/api/admin-graphql/latest/types/inventoryTransferSetItems)