Istores API Documentation
Get started

Istores API

Version: 1.2.5 Specification: OpenAPI 3.0

Welcome to the official documentation for the Istores 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:

  • Content-Type: application/json
  • User-Agent: Your application identifier
  • x-token: Your API authentication token (This data should be copied from the profile menu in your istores account)

Example:

Code
Content-Type: application/json User-Agent: MyApp/1.0 x-token: f11158-41399c-dxx9e4-fa4372-fab496
Last modified on