Skip to main content

StockInput

No description

input StockInput {
warehouse: ID!
quantity: Int
includeAllocations: Boolean
outOfStockThreshold: Int
}

Fields

StockInput.warehouse ● ID! non-null scalar

StockInput.quantity ● Int scalar

StockInput.includeAllocations ● Boolean scalar

Whether to include allocations in stock quantity calculations.

StockInput.outOfStockThreshold ● Int scalar

Threshold below which product is considered out of stock. Should be zero or negative.

Member Of

ProductBulkCreateInput input ● ProductCreateInput input ● ProductVariantBulkCreateInput input ● ProductVariantCreateInput input ● ProductVariantInput input ● productVariantStocksCreate mutation ● productVariantStocksUpdate mutation

Was this page helpful?