--- title: InventoryTransferLineItemUpdate - GraphQL Admin description: Represents an update to a single transfer line item. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/inventorytransferlineitemupdate md: https://shopify.dev/docs/api/admin-graphql/latest/objects/inventorytransferlineitemupdate.md --- # Inventory​Transfer​Line​Item​Update object Requires `read_inventory` access scope. Represents an update to a single transfer line item. ## Fields * delta​Quantity [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The delta quantity for the transfer line item. * inventory​Item​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The inventory item ID for the transfer line item. * new​Quantity [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The new quantity for the transfer line item. *** ## Map No referencing types *** ## Mutations * [inventory​Transfer​Remove​Items](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryTransferRemoveItems) mutation This mutation allows removing the shippable quantities of line items on a Transfer. It removes all quantities of the item from the transfer that are not associated with shipments. * [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. *** ## <\~> InventoryTransferLineItemUpdate Mutations ### Mutated by * <\~>[inventory​Transfer​Remove​Items](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryTransferRemoveItems) * <\~>[inventory​Transfer​Set​Items](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryTransferSetItems)