Prerequisites
- An OmniCommerce organization
- An API key from organization settings (
omni_sk_...) - Base URL
https://omnicommerce.sg(or your local/dev host)
Authenticate
organizationId for API-key requests.
Session-authenticated browser calls must include organizationId in the query or body.
Full details: Authentication.
Core workflow
1. Create or upsert a product
2. Poll async jobs
Many write paths return a job ID. Poll:3. Publish and sync
API products
MCP tools
Public catalog discovery tools for tool-calling agents:omni_search_catalogomni_match_intentomni_discover_geo
CLI
Next steps
Interactive API reference
Try endpoints with the Mintlify playground.
Orders guide
Filters, agentic create, and pricing fields.
MCP reference
JSON-RPC methods and tool contracts.
Authentication
Scopes, OAuth, and session rules.