ProductVariantStocksCreate
Creates stocks for product variant.
type ProductVariantStocksCreate {
productVariant: ProductVariant
bulkStockErrors: [BulkStockError!]! @deprecated
errors: [BulkStockError!]!
}
Fields
ProductVariantStocksCreate.productVariant
● ProductVariant
object products
Updated product variant.
ProductVariantStocksCreate.bulkStockErrors
● [BulkStockError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ProductVariantStocksCreate.errors
● [BulkStockError!]!
non-null object products
Returned By
productVariantStocksCreate
mutation