Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to inventoryTransferRemoveItems

inventoryTransferRemoveItems

mutation

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

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

The input fields for the InventoryTransferRemoveItems mutation.


Was this section helpful?

Anchor to InventoryTransferRemoveItemsPayload returnsInventoryTransferRemoveItemsPayload returns

The transfer with line items removed.

The line items that were removed from the transfer.

The list of errors that occurred from executing the mutation.


Was this section helpful?