Get simple list of products
GET {{baseUrl}}/index.php?route=feed/rest_api/categories
Get simple list of products. It is faster than previous one, but it returns limited product information.
Service urls:
http://yourdomain.com/api/rest/products/simple
OR
http://yourdomain.com/index.php?route=feed/rest_api/products&simple=1
Body
PARAM
Key | Datatype | Required | Description |
route
|
string |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"success": 1,
"error": [
"Error description",
"Error description"
],
"data": {}
} |
ENDPOINTS