Download OpenAPI specification:Download
A simple REST API providing a way to manage and browse products
All errors are returned in the following format:
{
"title": "Error title",
"description": "Error description",
}
Paginated data is returned in the following format
{
"data": [],
"current_page": 1,
"per_page": 20,
}
You can move through pages by adding the page=X
parameter in the query (described in more details in the "Get Products" endpoint).
NOTE: Work not complete
name required | string The product name |
description | string The product description |
vendor | string The product vendor |
price | number The product price (in the specified currency) |
currency | string Currency |
main_category_id | integer A valid category id |
Ok
Validation errors
Staging
main_category_id | int Example: 1 Filter products by category |
page | int Default: 1 Example: 3 Page number |
search | string Example: "Enterprise" Search string (prefix searching only) |
Ok
Staging
name required | string The product name |
description | string The product description |
vendor | string The product vendor |
price | number The product price (in the specified currency) |
currency | string Currency |
main_category_id | integer A valid category id |
Ok
Not found
Validation errors
Staging
Staging
Staging
Staging