---
title: "Get all discounts"
method: GET
path: "/v3/merchants/{mId}/discounts"
tags: ["INVENTORY"]
---

# Get all discounts

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

Retrieves all discounts associated with an inventory item.

## Path parameters

- `mId` string, required

## Query parameters

- `filter` string
- `offset` integer
- `limit` integer

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays all discounts associated with an inventory item.

- object
  - `id` string — Unique identifier.
  - `discount` object — If the item is based on a standard discount, this points to the appropriate inventory.
    - `id` string — Unique identifier of the discount.
  - `approver` object — Authorized approver of the discount.
    - `id` string — Unique identifier of the approver.
  - `name` string, required — Discount name.
  - `amount` integer — Discount amount in fraction of the currency unit, such as 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/versions/08da265101a3/schema)
