Number of APIs: 2
1. Get simple list of products
GET {{baseUrl}}/index.php?route=feed/rest_api/categories
Get simple list of products. It is faster than previous one, but it returns limited product information.
Service urls:
http://yourdomain.com/api/rest/products/simple
OR
http://yourdomain.com/index.php?route=feed/rest_api/products&simple=1
2. Get list of products, it returns only the specified fields
GET {{baseUrl}}/products/simple/customfields/:customfields
Service urls:
http://yourdomain.com/api/rest/products/simple/customfields/{customfields}
OR
http://yourdomain.com/index.php?route=feed/rest_api/products&simple=1&custom_fields={customfields}
ENDPOINTS