---
title: "Create a discount"
method: POST
path: "/v3/merchants/{mId}/discounts"
tags: ["INVENTORY"]
---

# Create a discount

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

## Path parameters

- `mId` string, required

## Headers

- `User-Agent` string, required

## Request body

- 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

## Response `200`

---

[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)
