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