REST API overview

Ecwid REST API allows you to access and manage any store data, payment and shipping methods, and storefront settings.

We use OAuth 2.0 authorization simplified for single-store customizations, JSON-formatted data, and a clear structure.

Your app can send up to 600 requests per minute with one token. Ecwid will block the access token if you exceed the limit, and you'll see error 429 in all responses. If you try to use a non-working token, Ecwid will block it after 20 requests per minute or 600 requests per IP.

Get access to REST API

If you don't yet have access to Ecwid API, follow the detailed instructions in these articles:

Last updated

Was this helpful?