Skip to main content
Anchor to inventoryTransferCancel

inventoryTransferCancel

mutation

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

Cancels an inventory transfer.

ID!
required

The ID of the inventory transfer to cancel.


Was this section helpful?

Anchor to InventoryTransferCancelPayload returnsInventoryTransferCancelPayload returns

InventoryTransfer

The cancelled inventory transfer.

[InventoryTransferCancelUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?