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 InventoryTransferLineItemUpdate

InventoryTransferLineItemUpdate

object

Requires read_inventory access scope.

Represents an update to a single transfer line item.

The delta quantity for the transfer line item.

The inventory item ID for the transfer line item.

The new quantity for the transfer line item.


Was this section helpful?

mutation

This mutation allows for the setting of line items on a Transfer. Will replace the items already set, if any. Note, this mutation cannot be called after the transfer has been marked In Progress.


Was this section helpful?