Theme marketplace
Loading theme marketplace
Preparing marketplace data and actions.
Theme marketplace
Preparing marketplace data and actions.
API
Versioned gateway surfaces consumed by the theme marketplace app through `@letbuyy/api-client`.
| Area | Endpoint | Purpose |
|---|---|---|
| Catalog | GET /v1/themes | Filters by category, site type, layout, tag, feature, price, pagination, and sort. |
| Suggestions | GET /v1/themes/suggest | Returns catalog-wide theme, tag, industry, and feature suggestions. |
| Collections | GET /v1/themes/collections | Lists curated or generated marketplace collections. |
| Author profiles | GET /v1/themes/authors/:handle | Returns developer profile and public theme portfolio data. |
| Reviews | GET/POST /v1/themes/:slug/reviews | Lists published reviews and accepts verified-purchase review submissions. |
| Preview | POST /v1/themes/:slug/preview-session | Creates a signed store preview session for authenticated merchants. |
| Purchase | POST /v1/themes/:slug/purchase | Creates a provider-backed INR purchase order with server-side price lookup. |
| Verify purchase | POST /v1/themes/:slug/purchase/verify | Verifies provider signature and issues receipt/license records. |
| Downloads | GET /v1/themes/:slug/downloads/:platform | Checks entitlement and returns artifact metadata or a signed URL when storage is active. |
| Developer listings | POST /v1/themes/developer/listings | Creates draft or submitted developer listing records. |
Public partner API publication remains owned by the developer portal. This page documents the theme marketplace runtime surfaces that this app consumes today.