SKUDiscountCouponInfoProvider.RemoveDiscountCouponFromSKU Method |
Deletes relationship between specified SKU and discount coupon.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntaxpublic static void RemoveDiscountCouponFromSKU(
int skuId,
int couponId
)
Parameters
- skuId
- Type: System.Int32
SKU ID - couponId
- Type: System.Int32
Discount coupon ID
See Also