Skip to main content
object

Requires read_inventory_shipments access scope.

Represents an inventory shipment.

•DateTime

The date the shipment was created in UTC.

•DateTime

The date the shipment was initially received in UTC.

•DateTime

The date the shipment was shipped in UTC.

•ID!
non-null

A globally-unique ID.

•InventoryShipmentLineItemConnection

The line items included in this shipment.

•Count

The number of line items associated with the inventory shipment. Limited to a maximum of 10000 by default.

Anchor to lineItemTotalQuantitylineItemTotalQuantity
•Int!
non-null

The total quantity of all items in the shipment.

•String!
non-null

The name of the inventory shipment.

•InventoryShipmentStatus!
non-null

The current status of the shipment.

Anchor to totalAcceptedQuantitytotalAcceptedQuantity
•Int!
non-null

The total quantity of items accepted across all line items in this shipment.

Anchor to totalReceivedQuantitytotalReceivedQuantity
•Int!
non-null

The total quantity of items received (both accepted and rejected) across all line items in this shipment.

Anchor to totalRejectedQuantitytotalRejectedQuantity
•Int!
non-null

The total quantity of items rejected across all line items in this shipment.

•InventoryShipmentTracking

The tracking information for the shipment.


Was this section helpful?

•query

Returns an inventory shipment by ID.


Was this section helpful?

•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.


Was this section helpful?

•interface

Was this section helpful?