SKUDiscountCouponInfoProviderAddDiscountCouponToSKU Method |
Sets relationship between specified SKU and discount coupon.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void AddDiscountCouponToSKU(
int skuId,
int couponId
)
Parameters
- skuId
- Type: SystemInt32
SKU ID - couponId
- Type: SystemInt32
Discount coupon ID
See Also