# wholesale/v1 (Free)

### Changelog:

v1.16

* Added the ability to do batch products and variations updates.
* If Wholesale Prices Premium is active, it requires a minimum version of v1.27.

This API was introduced in WWP 1.12

### Endpoints:

`/wp-json/wholesale/v1/products`

This endpoint allows you to List, Create, Update, Delete Wholesale Products.

`/wp-json/wholesale/v1/products/{product_id}/variations`

This endpoint allows you to List, Create, Update, Delete Wholesale Variations.

`/wp-json/wholesale/v1/products/batch`

This endpoint allows you to do Batch Create, Update, Delete Wholesale Products.

`/wp-json/wholesale/v1/products/batch/{variable_id}/batch`

This endpoint allows you to do Batch Create, Update, Delete Wholesale Variations.

`/wp-json/wholesale/v1/wholesale_role`

This endpoint allows you to List and Update Wholesale Role. (Free Version only have 1 wholesale role)

##


---

# 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://rymera.gitbook.io/wholesale-suite-api/wholesale-v1-wwp.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.
