get https://api.kreesalis.com/api/coupon_offer_apis/display
To know the coupons available for the customer,
1.While giving the user information at POS, e-commerce, etc., the user gets registered to the kreesalis application and the id will be created.
2.To know the available coupons for that customer, we need to provide customer id, geography, channel, age, product id, quantity, and minimum cart value. Geography, channel, age are non-mandatory.
If there are no applicable coupons to display
{
"title": "ok",
"status_code": 0,
"status_message": "Coupons Displayed successfully!!",
"records": []
}
400 Bad Request
If any of the following fields are blank.
- Id
2.Cart value
3.Product ID and value