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.

•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 received (neither accepted or rejected) in this shipment line item.


Was this section helpful?

•mutation

Adds items to an inventory shipment.

•mutation

Updates items on an inventory shipment.


Was this section helpful?

•interface

Was this section helpful?