API Standards
Rate Limits

Rate Limiting

There are specific limits determined for each endpoint according to their purpose of use.

For example, to maintain the performance of the system, instead of pulling the entire product list very frequently (for example, every 5 seconds), this operation is limited to only once within 3 minutes. This way, both system resources are used efficiently and service quality is maintained.

Limits

EndpointLimit (can be called once in the specified time)
/Products3 min
/Features3 min
/RecentOrders25 seconds
/CompletedOrders40 seconds
/Couriers40 seconds
/PaymentTypes3 min
/Order/{orderId}1 second (4 times) - Optimized for Webhook events