Introduction to eshopOS
Welcome to the eshopOS Developer Portal. This site covers public integration surfaces only.
Core Principles
- Public Integration Focus: Storefront and app-ecosystem integrations over stable public contracts.
- API-First: Public endpoints are exposed under
/api/public/v1. - Developer-Centric: SDKs, OAuth apps, webhooks, and predictable REST patterns.
Where to Start?
- Authentication Guide: Learn how to secure your requests.
- API Reference: Explore every endpoint and test them live.
- Webhooks: Subscribe to event delivery.
- SDK Usage: Speed up your integration with our TypeScript SDK.