GET https://eshop-deve.herokuapp.com/api/v2/products
Use this resource to get the list of the seller's offers. You can use different query parameters to filter the list
Body
PARAM
Key | Datatype | Required | Description |
ids
|
string | The product identifiers to return. | |
name
|
string | The text to search in the name of the product. | |
categoryId
|
string | The identifier of the category, where you want to search for products. | |
price[max]
|
string | Filter results by range of price. Requires price[min].The upper threshold of price. | |
price[min]
|
string | Filter results by range of price. Requires price[max]. Sets the lower threshold of price. | |
status[active]
|
string | Default value: null. Filter by the publication status of the offer | |
limit
|
string | Default value: 50. The maximum number of products returned in the response | |
page
|
string |