inventoryShipment
Requires access scope. Also: The user must have permission to view products.
Returns an inventory shipment by ID.
Anchor to Possible returnsPossible returns
- Anchor to InventoryShipmentInventory•
Shipment Represents an inventory shipment.
- id•ID!non-null
A globally-unique ID.
- line
Item •Count Int!non-null The number of items associated with the shipment.
- line
Items • InventoryShipment Line Item Connection The line items included in this shipment.
- line
Item •Total Quantity Int!non-null The total quantity of all items in the shipment.
- name•String!non-null
The name of the inventory shipment.
- status•Inventorynon-null
Shipment Status! The current status of the shipment.
- total
Accepted •Quantity Int!non-null The total quantity of items accepted across all line items in this shipment.
- total
Received •Quantity Int!non-null The total quantity of items received (both accepted and rejected) across all line items in this shipment.
- total
Rejected •Quantity Int!non-null The total quantity of items rejected across all line items in this shipment.
- tracking•Inventory
Shipment Tracking The tracking information for the shipment.
- id•