Logo
maya API Documentation

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}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "success": 1, "error": [ "Error description", "Error description" ], "data": {} }



Curl
curl -X GET 'https://api.opencart-api.com/api/rest/products/manufacturer/:id/limit/:limit/page/:page' -H 'Accept: application/json'

ENDPOINTS