a month ago
Developer changelog
New rate limit system for Admin APIs
We are excited to announce the release of a new rate limit system for Admin APIs, designed to enhance API stability and provide more flexibility for specific operations. The system now includes two distinct rate limit pools:
Global pool
- Limit: 10 requests per second per store
- Applies to: All endpoints without a specific override
- Purpose: Ensures overall API stability across all endpoints.
Endpoint-specific rate limits
- Purpose: Provides dedicated capacity for certain operations.
- Independence: These limits operate separately from the global pool.
- Benefit: Allows you to make calls to specific endpoints without impacting your global rate limit quota.
This new structure enables a more balanced and efficient API usage, allowing you to build more scalable system without any worry.
For more details please refer to this rate limit documentation.