# InventoryLineItemUpdate - admin - OBJECT Version: unstable ## Description Represents a single line item update. ### Access Scopes `read_inventory` access scope. ## Fields * [deltaQuantity](/docs/api/admin/unstable/scalars/Int): Int - The delta quantity for the transfer line item. * [inventoryItemId](/docs/api/admin/unstable/scalars/ID): ID - The inventory item ID for the transfer line item. * [newQuantity](/docs/api/admin/unstable/scalars/Int): Int - The new quantity for the transfer line item. ## Connections ## Related queries ## Related mutations * [inventoryTransferSetItems](/docs/api/admin/unstable/mutations/inventoryTransferSetItems) This mutation allows for the setting of line items on a Transfer. Will replace the items already set, if any. Note, this mutation cannot be called after the transfer has been marked In Progress. ## Related Unions ## Examples