Anchor to InventoryShipmentLineItemInventory
objectInventory Shipment Line Item
Requires access scope.
Represents a single line item within an inventory shipment.
Anchor to FieldsFields
- Anchor to acceptedQuantityaccepted•Int!
Quantity non-null The quantity of items that were accepted in this shipment line item.
- •ID!non-null
A globally-unique ID.
- Anchor to inventoryIteminventory•Inventory
Item Item The inventory item associated with this line item.
- Anchor to quantityquantity•Int!non-null
The quantity of items in this shipment line item.
- Anchor to rejectedQuantityrejected•Int!
Quantity non-null The quantity of items that were rejected in this shipment line item.
- Anchor to unreceivedQuantityunreceived•Int!
Quantity non-null The total quantity of units that haven't been received (neither accepted or rejected) in this shipment line item.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Adds items to an inventory shipment.
- •mutation
Updates items on an inventory shipment.
Was this section helpful?