Get list of manufacturers
GET {{baseUrl}}/manufacturers/limit/:limit/page/:page
Service urls:
http://yourdomain.com/api/rest_admin/manufacturers/limit/{limit}/page/{page}
OR
http://yourdomain.com/index.php?route=rest/manufacturer_admin/manufacturer&limit={limit}&page={page}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}