Skip to main content
Anchor to InventoryShipmentAddItemsUserError

InventoryShipmentAddItemsUserError

object

An error that occurs during the execution of InventoryShipmentAddItems.

•InventoryShipmentAddItemsUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Adds items to a draft inventory shipment.

Arguments

•ID!
required

The ID of the draft inventory shipment to modify.

•[InventoryShipmentLineItemInput!]!
required

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


Fields

•[InventoryShipmentLineItem!]

The list of added line items.

•InventoryShipment

The inventory shipment with the added items.

•[InventoryShipmentAddItemsUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?