UpdateInventoryRecordInput
Autogenerated input type of UpdateInventoryRecord
input UpdateInventoryRecordInput {
allocatedQuantity: Int
availableQuantity: Int!
clientMutationId: String
id: ID!
inStockQuantity: Int
incomingQuantity: Int
note: String
onHandQuantity: Int
}
Fields
UpdateInventoryRecordInput.allocatedQuantity ● Int scalar common
Units allocated to orders.
UpdateInventoryRecordInput.availableQuantity ● Int! non-null scalar common
The corrected units available to sell.
UpdateInventoryRecordInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateInventoryRecordInput.id ● ID! non-null scalar common
The inventory record to update.
UpdateInventoryRecordInput.inStockQuantity ● Int scalar common
In-stock units (physical minus unavailable).
UpdateInventoryRecordInput.incomingQuantity ● Int scalar common
Units inbound on supply shipments, not yet received.
UpdateInventoryRecordInput.note ● String scalar common
Free-text explanation for the entry. Omit to leave it unchanged; pass null to clear it.
UpdateInventoryRecordInput.onHandQuantity ● Int scalar common
Physical units on hand.
Member Of
echoUpdateInventoryRecord mutation