Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Requires read_inventory_shipments access scope. Also: The user must have permission to view products.

Returns an inventory shipment by ID.

ID!required

The ID of the inventory shipment.


Was this section helpful?

Represents an inventory shipment.

id
non-null

A globally-unique ID.

lineItemCount
non-null

The number of items associated with the shipment.

lineItems

The line items included in this shipment.

lineItemTotalQuantity
non-null

The total quantity of all items in the shipment.

name
non-null

The name of the inventory shipment.

status
non-null

The current status of the shipment.

totalAcceptedQuantity
non-null

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

totalReceivedQuantity
non-null

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

totalRejectedQuantity
non-null

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

tracking

The tracking information for the shipment.


Was this section helpful?