Anchor to InventoryShipmentLineItemInventory
InventoryShipmentLineItem
object
Requires access scope.
Represents a single line item within an inventory shipment.
Anchor to FieldsFields
- Anchor to acceptedQuantityaccepted•
Quantity Int!non-null The quantity of items that were accepted in this shipment line item.
- •ID!non-null
A globally-unique ID.
- Anchor to inventoryIteminventory•
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•
Quantity Int!non-null The quantity of items that were rejected in this shipment line item.
- Anchor to unreceivedQuantityunreceived•
Quantity Int!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?
Map
Fields and connections with this object
Anchor to MutationsMutations
- •mutation
Adds items to a draft inventory shipment.
- •mutation
Updates items on a draft inventory shipment.
Was this section helpful?