Marketplace
Build a Marketplace Storefront
Fetch published products, create checkout sessions, and return customers after payment.
For the detailed product documentation, see Build a storefront.
The short version:
- Fetch published products with
GET /marketplace/marketplace-items. - Resolve one or more target device IDs.
- Create a checkout session with
POST /marketplace/checkout/session. - Redirect the customer to the returned
checkoutUrl. - Read purchase state with
GET /marketplace/providers/purchases.
For the full product flow, see Build a storefront.