# InventoryTransferLineItem - admin - OBJECT Version: unstable ## Description Represents a line item belonging to an inventory transfer. ### Access Scopes `read_inventory_transfers` access scope. ## Fields * [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID. * [inventoryItem](/docs/api/admin/unstable/objects/InventoryItem): InventoryItem - The inventory item associated with this line item. * [pickedForShipmentQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity of the item that has been picked for a draft shipment but not yet shipped. * [processableQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity of the item that can be actioned upon, such as editing the item quantity on the transfer or adding to a shipment. * [shippableQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity of the item that can be shipped. * [shippedQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity of the item that has been shipped. * [title](/docs/api/admin/unstable/scalars/String): String! - The title of the product associated with this line item. * [totalQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The total quantity of items being transferred. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples