Number of APIs: 2
1. Get list of latest products
GET {{baseUrl}}/latest
Service urls:
http://yourdomain.com/api/latest
OR
http://yourdomain.com/index.php?route=feed/rest_api/latest
2. Get list of latest products
GET {{baseUrl}}/latest/limit/:limit
Service urls:
http://yourdomain.com/api/latest/{limit}
OR
http://yourdomain.com/index.php?route=feed/rest_api/latest&limit={limit}
ENDPOINTS