Get Discounts
Returns a list of discounts for a specific business location.
Query parameters
-
The unique identifier for the business location.
GET /o/op/1/menu/discounts
curl \
-X GET https://api.trial.lsk.lightspeed.app/o/op/1/menu/discounts?businessLocationId=45454565682155 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"code": "FREE",
"name": "Free",
"discountPercentage": 100.0
},
{
"code": "TEN_OFF",
"name": "Ten Euros Off",
"discountAmount": 10.0
}
]