---
title: "Get a single discount"
method: GET
path: "/v3/merchants/{mId}/discounts/{discountId}"
tags: ["INVENTORY"]
---

# Get a single discount

`GET /v3/merchants/{mId}/discounts/{discountId}`

## Path parameters

- `mId` string, required
- `discountId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

- object
  - `id` string — Unique identifier
  - `discount` object — If this item is based on a standard discount, this will point to the appropriate inventory.Discount
    - `id` string — Unique identifier.
  - `approver` object — The person that authorized a discount
    - `id` string — Unique identifier.
  - `name` string, required — Name of the discount
  - `amount` integer — Discount amount in fraction of currency unit (e.g. cents) based on currency fraction digits supported
  - `percentage` integer — Discount amount in percent

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/revisions/08da265101a3/schema)
