# 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 %}
