Skip to main content
Anchor to inventoryTransferSetItems

inventoryTransferSetItems

mutation

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

This mutation allows for the setting of line items on a Transfer. Will replace the items already set, if any.

•InventoryTransferSetItemsInput!
required

The input fields for the InventoryTransferSetItems mutation.


Was this section helpful?

Anchor to InventoryTransferSetItemsPayload returnsInventoryTransferSetItemsPayload returns

•InventoryTransfer

The Transfer with its line items updated.

•[InventoryTransferLineItemUpdate!]

The updated line items.

•[InventoryTransferSetItemsUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?