---
title: "Update discount details"
method: PUT
path: "/discounts/{id}"
tags: ["Discounts"]
---

# Update discount details

`PUT /discounts/{id}`

Updates the details of the specified discount. Note that a discount cannot be updated once it is in use by an order.

## Path parameters

- `id` string, required

## Request body

- DiscountJson
  - `name` string
  - `percent` number
  - `discountAmount` number
  - `status` 'ACTIVE' | 'DEPRECATED'
  - `discountedPrice` number

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
