Rate limit of wix rest api

Hi there,I have a question on migration of Wix Stores Catalog V1 to V3 API and need clarification on rate limits.

Questions:

  1. 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?
  2. What type of rate limiting does V3 use?

  3. Is there a Retry-After header in 429 responses?

  4. Are rate limits per-endpoint or global?

    • Does GET /products/{id} share limits with POST /products/query?
  5. For V3 two-step retrieval (Query + GET per product):

    • Any recommended approach for bulk product fetching?
    • Is there a batch GET endpoint planned?