InventoryShipment
Requires access scope.
Represents an inventory shipment.
Anchor to Fields and connectionsFields and connections
- •ID!non-null
A globally-unique ID.
- Anchor to lineItemCountline•
Item Count Int!non-null The number of items associated with the shipment.
- Anchor to lineItemsline•
Items The line items included in this shipment.
- Anchor to lineItemTotalQuantityline•
Item Total Quantity Int!non-null The total quantity of all items in the shipment.
- Anchor to namename•String!non-null
The name of the inventory shipment.
- Anchor to statusstatus•Inventory
Shipment non-nullStatus! The current status of the shipment.
- Anchor to totalAcceptedQuantitytotal•
Accepted Quantity Int!non-null The total quantity of items accepted across all line items in this shipment.
- Anchor to totalReceivedQuantitytotal•
Received Quantity Int!non-null The total quantity of items received (both accepted and rejected) across all line items in this shipment.
- Anchor to totalRejectedQuantitytotal•
Rejected Quantity Int!non-null The total quantity of items rejected across all line items in this shipment.
- Anchor to trackingtracking•
The tracking information for the shipment.
Map
Fields and connections with this object
InventoryShipment Queries
Queried by
Anchor to MutationsMutations
- •mutation
Adds items to a draft inventory shipment.
- •mutation
Marks a draft inventory shipment as in transit.
- •mutation
Receive an inventory shipment.
- •mutation
Remove items from an inventory shipment.
- •mutation
Edits the tracking info on an inventory shipment.
- •mutation
Updates items on a draft inventory shipment.
- •mutation
Adds a draft shipment to an inventory transfer.
- •mutation
Adds an in-transit shipment to an inventory transfer.