Skip to main content
Log inSign up
object

Requires read_inventory_shipments access scope.

Represents an inventory shipment.

Anchor to Fields and connectionsFields and connections

ID!non-null

A globally-unique ID.

Int!non-null

The number of items associated with the shipment.

The line items included in this shipment.

Anchor to lineItemTotalQuantitylineItemTotalQuantity
Int!non-null

The total quantity of all items in the shipment.

String!non-null

The name of the inventory shipment.

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.

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


Was this section helpful?

interface

Was this section helpful?