API Reference¶
The Sell-Po public API is described by an OpenAPI 3.1 specification that is generated automatically from the FastAPI service.
OpenAPI spec integrity
The published OpenAPI document is content-pinned with sha256 525a0892a8838181. The Sell-Po team monitors this hash for unintended drift; any change is announced in the Changelog.
Public endpoint scope¶
Only public business endpoints are documented here. The following endpoint families are intentionally excluded from this reference and remain accessible to operators only:
- Any path with the prefix
/internal/*(host-only operations such as DORA telemetry ingest) - Master-only admin endpoints under
/api/admin/*(feature flags, audit replay, master health) - Billing webhooks (
/api/billing/webhooks/*) — invoked by upstream PSPs only
If you need access to one of the excluded categories, contact the Sell-Po team directly. Self-service access is not available for them.
Public endpoint families¶
All public endpoints share the prefix /api/* and are organised by marketplace or capability:
| Family | Prefix |
|---|---|
| Naver | /api/naver |
| Coupang | /api/coupang |
| Alibaba | /api/alibaba |
| Analysis | /api/analysis |
| AI Agents | /api/agents |
| Billing | /api/billing |
| Proxy | /api/proxy |
Interactive reference¶
The interactive reference (Redoc) is hosted alongside this site. The embedded Redoc bundle is generated at build time from the same OpenAPI document referenced above, and excludes all endpoints whose include_in_schema flag is False server-side.
For every endpoint you will find: HTTP method, path, request headers, request body schema, query parameters, response schema, and example payloads. Use the Guides page for end-to-end scenarios that combine multiple endpoints.