Skip to main content
Anchor to inventoryTransferRemoveItems

inventoryTransferRemoveItems

mutation

Requires write_inventory_transfers access scope. Also: The user must have permission to manage inventory.

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.

InventoryTransferRemoveItemsInput!
required

The input fields for the InventoryTransferRemoveItems mutation.


Was this section helpful?

Anchor to InventoryTransferRemoveItemsPayload returnsInventoryTransferRemoveItemsPayload returns

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?