Click or drag to resize

ProductUpdateDefaultVariantId Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use 'ProductService.UpdateDefaultVariantId' instead")]
public static int UpdateDefaultVariantId(
	Product product,
	string variantComboId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
variantComboId
Type: SystemString

Return Value

Type: Int32
See Also