> For the complete documentation index, see [llms.txt](https://rymera.gitbook.io/wholesale-suite-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rymera.gitbook.io/wholesale-suite-api/wholesale-v1-wwpp/general-discounts/list-general-discounts.md).

# List General Discounts

This API handles listing wholesale general discounts.

{% tabs %}
{% tab title="Request" %}

| Method       | Endpoint                                |
| ------------ | --------------------------------------- |
| GET          | /wp-json/wholesale/v1/generala-discount |
| {% endtab %} |                                         |

{% tab title="Request Example" %}

#### Postman

List all general wholesale discounts:

```javascript
GET: /wp-json/wholesale/v1/general-discount
```

{% endtab %}

{% tab title="Response Example" %}

#### Status: 200 OK

List all general wholesale discounts

```
GET: /wp-json/wholesale/v1/general-discount

Response:
{
    "wholesale_customer": 11,
    "WholesaleBronze": 12
}
```

{% endtab %}
{% endtabs %}
