Skip to main content
Anchor to InventoryTransferRemoveItemsUserError

InventoryTransferRemoveItemsUserError

object

An error that occurs during the execution of InventoryTransferRemoveItems.

•InventoryTransferRemoveItemsUserErrorCode

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

This mutation allows removing the shippable quantities of line items on a Transfer. It removes all quantities of the item from the transfer that are not associated with shipments.

Arguments

•InventoryTransferRemoveItemsInput!
required

The input fields for the InventoryTransferRemoveItems mutation.


Fields

•InventoryTransfer

The transfer with line items removed.

•[InventoryTransferLineItemUpdate!]

The line items that have had their shippable quantity removed.

•[InventoryTransferRemoveItemsUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?