InventoryQuickAdjustInput
Autogenerated input type of InventoryQuickAdjust
input InventoryQuickAdjustInput {
clientMutationId: String
itemId: ID!
reason: ID
values: [LocationInventoryInput!]!
}
Fields
InventoryQuickAdjustInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
InventoryQuickAdjustInput.itemId ● ID! non-null scalar
InventoryQuickAdjustInput.reason ● ID scalar
The reason for the inventory adjustment. This field should be a valid
inventory adjustment reason ID. The reasons can be retrieved using the
inventoryAdjustmentReasons query.
InventoryQuickAdjustInput.values ● [LocationInventoryInput!]! non-null input
The inventory adjustment values. These values represents the quantity to be added or removed from the inventory.
Member Of
inventoryQuickAdjust mutation