SKUInfoProviderGetCouponProducts Method |
Returns the query for all products which are assigned to the specified discount coupon.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static ObjectQuery<SKUInfo> GetCouponProducts(
int couponId
)
Parameters
- couponId
- Type: SystemInt32
Coupon ID
Return Value
Type:
ObjectQuerySKUInfoSee Also