CreateInventoryRecordInput
Autogenerated input type of CreateInventoryRecord
input CreateInventoryRecordInput {
allocatedQuantity: Int
availableQuantity: Int!
clientMutationId: String
inStockQuantity: Int
incomingQuantity: Int
note: String
onHandQuantity: Int
period: ISO8601Date!
sku: String!
warehouseHandle: String
}
Fields
CreateInventoryRecordInput.allocatedQuantity ● Int scalar common
Units allocated to orders.
CreateInventoryRecordInput.availableQuantity ● Int! non-null scalar common
Units available to sell.
CreateInventoryRecordInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CreateInventoryRecordInput.inStockQuantity ● Int scalar common
In-stock units (physical minus unavailable).
CreateInventoryRecordInput.incomingQuantity ● Int scalar common
Units inbound on supply shipments, not yet received.
CreateInventoryRecordInput.note ● String scalar common
Free-text explanation for the entry.
CreateInventoryRecordInput.onHandQuantity ● Int scalar common
Physical units on hand.
CreateInventoryRecordInput.period ● ISO8601Date! non-null scalar common
The day the inventory position corresponds to (UTC).
CreateInventoryRecordInput.sku ● String! non-null scalar common
The SKU.
CreateInventoryRecordInput.warehouseHandle ● String scalar common
The warehouse id. Defaults to 'unspecified' for a row without a warehouse.
Member Of
echoCreateInventoryRecord mutation