Developers
Yes, it's programmable.
REST API, signed webhooks, typed SDKs, a CLI, and an embed script. Built for builders who want their stack to talk to their store — automate fulfillment, sync inventory, drop a buy-button anywhere, post orders into Slack. Whatever you wire it to, the contracts hold.
- REST APIOpenAPI 3.1 spec, idempotency on every mutation, cursor pagination.
- OAuth 2.0 + API keysScoped tokens, granular permissions per client, expiring refresh tokens.
- 57 webhook eventsHMAC-SHA256 signatures, exponential backoff, dashboard replay.
- Typed SDKsTypeScript, Python, PHP — generated from the same spec, no drift.
- CLI + MCPTheme push/pull, live-sync dev, MCP install for Claude & GPT.
- Embed scriptOne <script> tag, modal opens over any HTML page, cart in localStorage.
Full reference, scope catalog, event payloads, and SDK examples live at docs.shoppex.io.