Skip to main content
Version: 3.x

StockInput

No description

input StockInput {
warehouse: ID!
quantity: Int!
}

Fields

StockInput.warehouse ● ID! non-null scalar

Warehouse in which stock is located.

StockInput.quantity ● Int! non-null scalar

Quantity of items available for sell.

Member of

ProductVariantBulkCreateInput input ● ProductVariantCreateInput input ● productVariantStocksCreate mutation ● productVariantStocksUpdate mutation ● ProductVariantStocksUpdateInput input


Was this page helpful?