Get list of featured products
GET {{baseUrl}}/featured
Service urls:
http://yourdomain.com/api/rest/featured
OR
http://yourdomain.com/index.php?route=feed/rest_api/featured
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"success": 1,
"error": [
"Error description",
"Error description"
],
"data": {}
} |
ENDPOINTS