API Pricevent Documentation
API Pricevent Documentation
1. Release features
2. Configuration
Menu->Settings->API Details. If the API details are not listed, please push the
Generate button found on the page.
X-API-USERID = the user id found in your account in PriceVent app (API Details
section)
Content-Type = application/json
a. Using the API url /read.php you will receive a list with all your user active products
and concurrent products found in PriceVent (JSON format).
Sample:
b. Using the API url /read_paging.php along with the parameter page is showing a
paginated list with all your user active products and concurrent products found in
PriceVent.
The parameter page indicates the page number, if no page number is sent then the
1st page is listed by default.
At the bottom of each query, you will have the following information: two previous
page links and two next page links in relation to the current page, as well as the last
page link. The number of records per page is 100.
3
Sample:
c. Using the API url /read_suggested_prices.php will show a list with all your generated
suggested prices by the Dynamic Pricing module.
4
Sample:
In order to make it easier to access the API with PHP we have created the files needed to
access the resources presented above.