Heading

Returns the volume-driven promotion suggestions by the specified discount range

URI

https://analytics.eatlab.ai/v1/reports/GetSearchableDiscountedSet/ByDiscount

HTTP Method

GET

Request Structure

{
"store_id": "string",
"discount": "string",
}

Response Structure

{

   body: {

       code: <reserve for constant code>

       message: <text>

       data: <null | object | array>

   }

}

Sample Request

{

"store_id": "myCafe",

"discount": "10-15%",

}

Sample Response