Skip to main content
Anchor to InventoryTransferLineItemUpdate

InventoryTransferLineItemUpdate

object

Requires read_inventory access scope.

Represents an update to a single transfer line item.

Int

The delta quantity for the transfer line item.

ID

The inventory item ID for the transfer line item.

Int

The new quantity for the transfer line item.


Was this section helpful?

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.

Arguments

InventoryTransferRemoveItemsInput!required

The input fields for the InventoryTransferRemoveItems mutation.


Fields

InventoryTransfer

The transfer with line items removed.

[InventoryTransferLineItemUpdate!]

The line items that have had their shippable quantity removed.

[InventoryTransferRemoveItemsUserError!]!non-null

The list of errors that occurred from executing the mutation.

mutation

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

Arguments

InventoryTransferSetItemsInput!required

The input fields for the InventoryTransferSetItems mutation.


Fields

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?
OSZAR »