Inventory Shipment Line Item
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.
Anchor to MutationsMutations
- •mutation
Adds items to a draft inventory shipment.
- •ID!required
The ID of the draft inventory shipment to modify.
- Anchor to lineItemsline•
Items The list of line items to add to the inventory shipment.
Arguments
- Anchor to addedItemsadded•
Items The list of added line items.
- Anchor to inventoryShipmentinventory•
Shipment The inventory shipment with the added items.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Updates items on a draft inventory shipment.
- •ID!required
The ID of the inventory shipment to update item quantities.
- Anchor to itemsitems•
The list of line items to be updated to the shipment.
Arguments
- Anchor to shipmentshipment•
The inventory shipment with updated item quantities.
- Anchor to updatedLineItemsupdated•
Line Items The updated item quantities.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields
- •