Documentation Index
Fetch the complete documentation index at: https://mintlify.com/memoowi/e-comm-api-demo-2/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests should be made to:Authentication
The API uses two types of authentication:API Key Authentication
All requests require an API key to be included in the request headers:Your API key for accessing the API endpoints
JWT Token Authentication
For protected endpoints, include a JWT token in the Authorization header:Bearer token in the format:
Bearer <token>Request Format
All POST requests should include the following header:Example Request
Response Format
All API responses follow a standardized format:Success Response
Error Response
Common Error Codes
The request was invalid or missing required fields
Authentication failed or token is invalid
Invalid API Key or insufficient permissions
The requested resource was not found
Resource already exists (e.g., email already registered)
An error occurred on the server