Skip to main content

StockInput Input Type

No description

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

Fields

warehouse ● ID!

Warehouse in which stock is located.

quantity ● Int!

Quantity of items available for sell.

Member Of

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