Hi there,I have a question on migration of Wix Stores Catalog V1 to V3 API and need clarification on rate limits.
Questions:
-
What is the exact rate limit for V3 Catalog REST API?Can you please confirm the actual limit of v3 Catalog REST API?
- Official docs only say “wait a minute and retry” for 429 errors
- No specific number is documented
- My testing shows ~1000 requests before 429 error
- Can you confirm the actual limit?
-
What type of rate limiting does V3 use?
-
Is there a Retry-After header in 429 responses?
-
Are rate limits per-endpoint or global?
- Does GET /products/{id} share limits with POST /products/query?
-
For V3 two-step retrieval (Query + GET per product):
- Any recommended approach for bulk product fetching?
- Is there a batch GET endpoint planned?