Integrate Nasher Inventory with your applications
Our RESTful API allows you to integrate Nasher Inventory with your existing systems and applications. All API requests require authentication using API keys.
Include your API key in the Authorization header of each request:
GET /products - List all products
POST /products - Create a product
GET /products/{id} - Get product details
GET /sales - List all sales
POST /sales - Create a sale
GET /inventory - Get inventory levels
POST /inventory/adjust - Adjust inventory
API requests are limited to 1000 requests per hour per API key. Rate limit information is included in the response headers.