Coupons
Coupons are used to offer discounts to your customers. You can set up your coupon preferences while adding your store information.
Headers
| Header | Values |
| Authorization | Zoho-oauthtoken *** |
| X-com-zoho-store-organizationid | 58927961 |
Attributes
| Attribute | Description |
| coupon_id | long: Unique ID generated by the server for coupon. This is used as an identifier. |
| coupon_name | string: Name of the coupon. |
| coupon_code | string: Code of the coupon. |
| activation_time | string: Coupon activation time. |
| expiry_time | string: Expiry time for coupon. |
| restrict_for_guest_user | boolean: If true, guest user cannot apply the coupon. |
| minimum_order_value | string: Order total must be greater than this amount in order to apply the coupon. |
| discount_type | string: Type of coupon, either 'Flat' or 'Percentage'. |
| discount_value | string: Value of the coupon. |
| max_redemption_count | integer: Coupon limit for store. |
| max_redemption_count_per_user | integer: Coupon limit per customer. |
| eligible_prodcuts | json: Coupon applicable for the mentioned products. |
| eligible_shipping_zones | json: Coupon applicable for the mentioned shipping zones. |
| eligible_customers | json: Coupon applicable for the mentioned customers |