iOrdertrack Developer Platform
Build on iOrdertrack with real docs, API schemas, and the AI Toolkit.
Welcome to the iOrdertrack developer docs. This is where providers and third‑party developers learn to build against the iOrdertrack marketplace platform.
What's here
- Getting started — the base URL, how auth works, and your first request.
- Authentication — personal access tokens (PATs), scopes, and tenancy.
- Conventions — pagination, error shapes, and how company scoping works.
- AI Toolkit — install the
iordertrack-ai-toolkitClaude plugin so your AI tools work with iOrdertrack correctly.
Two ways to build
- Providers (self‑service). Mint a personal access token scoped to your own store and point an AI tool (or your own scripts) at it to read your catalog, orders, and storefront configuration.
- Third‑party developers. Build apps and integrations against the public API. (App registration + OAuth is on the roadmap; today, integrate with a provider's PAT.)
The API at a glance
The API is a REST/JSON service under https://api.iordertrack.com/api. Every
endpoint, request, and response shape is described by the machine‑readable
OpenAPI specification, which also
powers the interactive reference and the AI Toolkit's schema tools.