Inventory Shipment
Requires access scope.
Represents an inventory shipment.
Anchor to FieldsFields
- Anchor to dateCreateddate•Date
Created Time The date the shipment was created in UTC.
- Anchor to dateReceiveddate•Date
Received Time The date the shipment was initially received in UTC.
- Anchor to dateShippeddate•Date
Shipped Time The date the shipment was shipped in UTC.
- •ID!non-null
A globally-unique ID.
- Anchor to lineItemsline•Inventory
Items Shipment Line Item Connection The line items included in this shipment.
- Anchor to lineItemsCountline•Count
Items Count The number of line items associated with the inventory shipment. Limited to a maximum of 10000 by default.
- Anchor to lineItemTotalQuantityline•Int!
Item Total Quantity 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 Status! non-null The current status of the shipment.
- Anchor to totalAcceptedQuantitytotal•Int!
Accepted Quantity non-null The total quantity of items accepted across all line items in this shipment.
- Anchor to totalReceivedQuantitytotal•Int!
Received Quantity non-null The total quantity of items received (both accepted and rejected) across all line items in this shipment.
- Anchor to totalRejectedQuantitytotal•Int!
Rejected Quantity non-null The total quantity of items rejected across all line items in this shipment.
- Anchor to trackingtracking•Inventory
Shipment Tracking The tracking information for the shipment.
Anchor to MutationsMutations
- •mutation
Adds items to an inventory shipment.
- •mutation
Adds a draft shipment to an inventory transfer.
- •mutation
Adds an in-transit shipment to an inventory transfer.
- •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 an inventory shipment.