Get list of products by manufacturer ID
GET {{baseUrl}}/products/manufacturer/:id
Service urls:
http://yourdomain.com/api/rest/products/manufacturer/{manufacturer_id}
OR
http://yourdomain.com/index.php?route=feed/rest_api/products&manufacturer={manufacturer_id}
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