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.

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 a draft inventory shipment.

Arguments

ID!required

The ID of the draft inventory shipment to modify.

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


Fields

The list of added line items.

The inventory shipment with the added items.

The list of errors that occurred from executing the mutation.

mutation

Updates items on a draft inventory shipment.

Arguments

ID!required

The ID of the inventory shipment to update item quantities.

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


Fields

The inventory shipment with updated item quantities.

The updated item quantities.

The list of errors that occurred from executing the mutation.


Was this section helpful?

interface

Was this section helpful?