productVariantStocksUpdate
Update stocks for product variant.
productVariantStocksUpdate(
sku: String
stocks: [StockInput!]!
variantId: ID
): ProductVariantStocksUpdate
Arguments
productVariantStocksUpdate.sku
● String
scalar
SKU of product variant for which stocks will be updated.
productVariantStocksUpdate.stocks
● [StockInput!]!
non-null input
Input list of stocks to create or update.
productVariantStocksUpdate.variantId
● ID
scalar
ID of a product variant for which stocks will be updated.
Type
ProductVariantStocksUpdate
object
Update stocks for product variant.