Tired of the old lorem?
Try the fake ecommerce store api for free
This is a free REST api that provides users with real time ecommerce data in json format.If you don't want to run any server side code, you can use this free api.The api is good for learning, teaching and testing purposes only. Enjoy it and feel free to contribute and alert incase of any errors
Resources
There are 4 main resources need in shopping prototypes
Routes
All HTTP methods are supported
- GET/products
- GET/products/:id
- GET/products/categories
- GET/products/category/jewelery
- POST/products
- PUT/products/:id
- PATCH/products/:id
- DELETE/products/:id