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.

  1. Id
    2.Cart value
    3.Product ID and value
Language
Click Try It! to start a request and see the response here!