# 2025-03-28: Coupon Service - deprecations

## Overview

All deprecations will be removed on 2025-10-01. From now, use the `/coupon/` base path for all the [coupons endpoints](https://github.com/emporix/api-references/blob/main/openapi/coupon/README.md) to manage coupons and referral coupons.

## Deprecated endpoints

| Endpoint                                                                                                                                                                                                          | Description                                                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [Retrieving list of coupons by criteria](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management)                                                    | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Creating a new coupon](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#post-coupon-tenant-coupons)                                          | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Retrieving information about particular coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#get-coupon-tenant-coupons-code)     | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Updating the coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#put-coupon-tenant-coupons-code)                                | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Partially updating the coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#patch-coupon-tenant-coupons-code)                    | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Deleting a coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#delete-coupon-tenant-coupons-code)                               | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Validating redeemability of a coupon](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-validation)                                                      | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Retrieving a list of redemptions by criteria](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-redemption)                                              | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Redeeming the coupon by creating a redemption](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-redemption#post-coupon-tenant-coupons-code-redemptions) | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Retrieving a coupon redemption](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#get-coupon-tenant-coupons-code-redemption)                  | Endpoint will be removed and moved under the `/coupon/` base path. |
| [Deleting a coupon redemption](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#delete-coupon-tenant-coupons-code-redemption)                 | Endpoint will be removed and moved under the `/coupon/` base path. |

## Known problems

There are no known problems.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/archive/changelog-2025/2025-03-28-coupon-deprecations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
