Seller API
Use the Seller API to integrate game stores, marketplaces, and backends with Avrix.
The Seller API is a server-to-server HTTP API for content sellers (game stores and distribution backends). Authenticate with API keys from Settings → Integrations, sync catalog and allocations, preview checkout, create orders, and receive fulfillment via the response and/or signed webhooks. Never expose API keys in browsers or mobile clients.
Choose a path
Get started
- Quickstart (~15 minutes)Run health → partners → catalog → preview → order end to end.
- SandboxTest with sandbox keys and deterministic magic SKUs.
- Scope matrixSee which scopes each route requires before going live.
- Getting started hubProfiles, recipes, and operational guides for launch.
- Topic indexBrowse every published guide organized by topic.
- IP allowlistOptional egress IP restrictions for API keys.
Golden path
Health → partners → catalog sync → preview → charge at your PSP → create order → webhook → reconcile. Never charge when preview says you cannot fulfill.
Diagram
Next steps
- WebhooksSubscribe to order.fulfilled and catalog change events.
- Catalog syncMerge snapshot, allocations, and change deltas fairly.
- Order preview & commitPreview pricing, optional reserve/commit for hot drops.
- Error playbookStructured codes, hints, and doc_url deep links.
- SDK & helpersGenerated TypeScript client and integration helpers.
- Partner runbookSandbox vs production, strict mode, and operational checks.