ProductCoupons
Retrieve a list of all coupons associated with a product.
Columns
| Name | Type | References | |
| ProductId | String |
Products.Id | |
| Id [KEY] | String | ||
| CouponCode | String | ||
| CouponName | String | ||
| ApplyTo | String | ||
| AssociatePlans | String | ||
| Discount | Integer | ||
| DiscountType | String | ||
| MaximumRedemption | Integer | ||
| PlansArray | String | ||
| RedemptionCycle | Integer | ||
| RedemptionType | String | ||
| Status | String | ||
| UsedRedemption | Integer | ||
| ValidUpto | Date | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime |