Click or drag to resize
SKUDiscountCouponInfoProviderAddDiscountCouponToSKU Method
Sets relationship between specified SKU and discount coupon.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void AddDiscountCouponToSKU(
	int skuId,
	int couponId
)

Parameters

skuId
Type: SystemInt32
SKU ID
couponId
Type: SystemInt32
Discount coupon ID
See Also