# OmniCart API Reference **Version:** 2.0 **Total Routes:** 426 **Last Updated:** 2026-09-07 ## Introduction Complete API reference for the OmniCart e-commerce platform. ## Quick Start ### Base URL All API requests use your assigned OmniCart store domain as the base URL: - `https://your-store.omnicart.cc` (replace with the store domain provided in your onboarding) ### Authentication - **Admin Routes**: Require admin JWT token - **Partner Routes**: Require partner bearer token or session - **Customer Routes**: Optional customer authentication - **Public Routes**: No authentication required --- ## 🔐 Admin Routes Administrative dashboard and management APIs. **332 routes** require admin authentication. ## 🛒 Store Routes Storefront and customer-facing APIs. **59 routes** with mixed authentication. ## 🌐 Public Routes Public APIs, webhooks, and embeddable widgets. **35 routes** with no authentication required. --- ## 📚 Guides - **[Usage Guide](/usage-guide)** — authentication, pagination, filtering, and error handling patterns - **[Data & Reporting](/tutorials/overview)** — pulling orders and metrics into BI tools, with Northbeam and Looker walkthroughs