ProductVariantStocksCreate
Creates stocks for product variant.
type ProductVariantStocksCreate {
productVariant: ProductVariant
bulkStockErrors: [BulkStockError!]!
}
Fields
ProductVariantStocksCreate.productVariant ● ProductVariant object
Updated product variant.
ProductVariantStocksCreate.bulkStockErrors ● [BulkStockError!]! non-null object
Returned By
productVariantStocksCreate mutation