Skip to main content
Anchor to InventoryShipmentLineItem

InventoryShipmentLineItem

object

Requires read_inventory_shipments access scope.

Represents a single line item within an inventory shipment.

•Int!
non-null

The quantity of items that were accepted in this shipment line item.

•ID!
non-null

A globally-unique ID.

•InventoryItem

The inventory item associated with this line item.

Show fields
•Int!
non-null

The quantity of items in this shipment line item.

•Int!
non-null

The quantity of items that were rejected in this shipment line item.

•Int!
non-null

The total quantity of units that haven't been accepted, rejected, or marked as canceled in this shipment line item.


Was this section helpful?

•mutation

Adds items to an inventory shipment.


Caution

As of 2026-01, this mutation supports an optional idempotency key using the @idempotent directive. As of 2026-04, the idempotency key is required and must be provided using the @idempotent directive. For more information, see the idempotency documentation.


Show payload

Arguments

•ID!
required

The ID of the inventory shipment to modify.

•[InventoryShipmentLineItemInput!]!
required

The list of line items to add to the inventory shipment.

Show input fields

•mutation

Updates items on an inventory shipment.

Show payload

Arguments

•ID!
required

The ID of the inventory shipment to update item quantities.

•[InventoryShipmentUpdateItemQuantitiesInput!]
Default:[]

The list of line items to be updated to the shipment.

Show input fields


Was this section helpful?

•interface

Was this section helpful?