API Reference
Integrate MeraShop with your applications using our REST API
Base URL
https://api.merashop.in/apiAuthentication
All API requests require authentication using a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENAuthentication
POST
/api/auth/loginPOST
/api/auth/signupPOST
/api/auth/logoutProducts
GET
/api/productsPOST
/api/productsGET
/api/products/:idPATCH
/api/products/:idDELETE
/api/products/:idOrders
GET
/api/ordersGET
/api/orders/:idPATCH
/api/orders/:idCustomers
GET
/api/customersGET
/api/customers/:idRate Limits
API requests are limited to 100 requests per minute per API token. If you exceed this limit, you'll receive a 429 Too Many Requests response.