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