Anchor to InventoryTransferLineItemInventory
InventoryTransferLineItem
object
Requires access scope.
Represents a line item belonging to an inventory transfer.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID.
- Anchor to inventoryIteminventory•
Item The inventory item associated with this line item.
- Anchor to pickedForShipmentQuantitypicked•
For Shipment Quantity Int!non-null The quantity of the item that has been picked for a draft shipment but not yet shipped.
- Anchor to processableQuantityprocessable•
Quantity Int!non-null The quantity of the item that can be actioned upon, such as editing the item quantity on the transfer or adding to a shipment.
- Anchor to shippableQuantityshippable•
Quantity Int!non-null The quantity of the item that can be shipped.
- Anchor to shippedQuantityshipped•
Quantity Int!non-null The quantity of the item that has been shipped.
- Anchor to titletitle•String!non-null
The title of the product associated with this line item.
- Anchor to totalQuantitytotal•
Quantity Int!non-null The total quantity of items being transferred.
Was this section helpful?