OmniCart API Reference
Version: 2.0 Total Routes: 313 Last Updated: 2026-07-21
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. 255 routes require admin authentication.
๐ Store Routes
Storefront and customer-facing APIs. 33 routes with mixed authentication.
๐ Public Routes
Public APIs, webhooks, and embeddable widgets. 25 routes with no authentication required.
๐ Guides
- Usage Guide โ authentication, pagination, filtering, and error handling patterns
- Data & Reporting โ pulling orders and metrics into BI tools, with Northbeam and Looker walkthroughs