# Category Discounts

The category discounts API allows you to create, view, update, and delete a category wholesale discount.

#### Available Routes:

* **GET:** wholesale/v1/category-discount
* **GET:** wholesale/v1/category-discount/{category\_id}
* **POST:** wholesale/v1/category-discount/{category\_id}
* **PUT:** wholesale/v1/category-discount/{category\_id}
* **DELETE:** wholesale/v1/category-discount/{category\_id}
