InventoryItemTransferInput
Attributes for adding a product to an inventory transfer
input InventoryItemTransferInput {
itemId: ID!
quantity: Int!
}
Fields
InventoryItemTransferInput.itemId ● ID! non-null scalar
The ID of the inventory item to transfer to the other location.
InventoryItemTransferInput.quantity ● Int! non-null scalar
The quantity of the inventory item to transfer to the other location.