About OAuth Authentication

Note: If you build with Wix's Astro integration, OAuth is handled automatically. With any other framework, set up OAuth as described here.

OAuth is the authentication protocol used for visitor and member authentication in headless projects. It allows your site or app to recognize individual visitors and members using tokens, enabling access to visitor-specific data like shopping carts, order history, and profile information.

For administrative operations like adding products or managing orders, use an API key instead.

See also

Last updated: 25 June 2026

Did this help?