Istores API Documentation
Get started

MyIstores API

Version: 1.2.5 Specification: OpenAPI 3.0

Welcome to the official documentation for the MyIstores API — your gateway to managing eCommerce data through our robust and rate-limited RESTful interface.


🚦 Rate Limits

To ensure stability and fair usage:

  • 2 requests per second (120 requests per minute) maximum
  • 🔁 If you exceed this limit, you will receive a 429 Too Many Requests response
  • 🕒 Use the Retry-After header to determine when to retry

Please implement appropriate backoff strategies in your client.


🧾 Required Headers

Every request must include:

  • User-Agent: Identifies the client (required) ⚠️ Generic values or missing headers may result in rejection
  • Company-Id: Use your Client ID (if you’re a company) or Provider Name (if you’re a service provider)
  • x-token: ApiToken for authentication
  • Content-Type: application/json

Example:

Code
Company-Id: your-client-id User-Agent: mycompany-api-client/1.0 x-token: your-auth-token Content-Type: application/json
Last modified on