---
title: "Get Discounts"
method: GET
path: "/o/op/1/menu/discounts"
tags: ["Order and Pay"]
---

# Get Discounts

`GET /o/op/1/menu/discounts`

Returns a list of discounts for a specific business location.

## Query parameters

- `businessLocationId` integer, required — The unique identifier for the business location.

## Response `200`

Load discounts

- ApeDiscount[]
  - `name` string — The discount name as configured in merchant account.
  - `code` string — The discount code as configured in merchant account.
  - `discountPercentage` number — The discount percentage, may be fractional. A discount can be a percentage or an amount, but not both.
  - `discountAmount` number — The discount amount, may be fractional. A discount can be a percentage or an amount, but not both.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/versions/fd2e31cf57dd/schema)
