Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Nunjucks / SellAuth-compatible cart and checkout.
/api/v1/
GET /api/v1/cart?storeId=…&cart=…
POST /api/v1/checkout
{ "shopId": "store-id-or-subdomain", "cart": [], "email": null }
{ "url": "https://YOUR_APP_ORIGIN/checkout/…", "orderId": "…" }