Inventory Transfer Line Item Update
Requires access scope.
Represents an update to a single transfer line item.
Anchor to FieldsFields
- deltaQuantity (Int)
- inventoryItemId (ID)
- newQuantity (Int)
- Anchor to deltaQuantitydelta•Int
Quantity The delta quantity for the transfer line item.
- Anchor to inventoryItemIdinventory•ID
Item Id The inventory item ID for the transfer line item.
- Anchor to newQuantitynew•Int
Quantity The new quantity for the transfer line item.
Anchor to MutationsMutations
- inventoryTransferRemoveItems (InventoryTransferRemoveItemsPayload)
- inventoryTransferSetItems (InventoryTransferSetItemsPayload)
- •mutation
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.
- Anchor to inputinput•Inventory
Transfer Remove Items Input! required The input fields for the InventoryTransferRemoveItems mutation.
Arguments
- •mutation
This mutation allows for the setting of line items on a Transfer. Will replace the items already set, if any.
CautionAs of 2026-01, this mutation supports an optional idempotency key using the
@idempotentdirective. As of 2026-04, the idempotency key is required and must be provided using the@idempotentdirective. For more information, see the idempotency documentation.Caution:As of 2026-01, this mutation supports an optional idempotency key using the
@idempotentdirective. As of 2026-04, the idempotency key is required and must be provided using the@idempotentdirective. For more information, see the idempotency documentation.Caution: As of 2026-01, this mutation supports an optional idempotency key using the <code>@idempotent</code> directive. As of 2026-04, the idempotency key is required and must be provided using the <code>@idempotent</code> directive. For more information, see the <a href="https://shopify.dev/docs/api/usage/idempotent-requests">idempotency documentation</a>.
- Anchor to inputinput•Inventory
Transfer Set Items Input! required The input fields for the InventoryTransferSetItems mutation.
Arguments