Sepetak storefront API
Build your own storefront on a Sepetak shop. Your site calls the same API the hosted templates use.
- Base URL —
https://<shop>.sepetak.com/api/v1(any host the shop answers on) - Spec —
https://sepetak.com/openapi.json, OpenAPI 3.1, one document per version (?version=YYYY-MM-DD) - Plan needed — Tumbuh to read · Skala to check out (Access)
- For machines —
/llms.txt; every page also exists as.mdat the same path
Using AI? Hand it this
Read https://docs.sepetak.com/llms.txt and https://sepetak.com/openapi.json, then build a storefront for https://<shop>.sepetak.com/api/v1. Follow the checkout rules in the guide exactly.
Where to start
- Access — there is no key; the rules are your origin and your plan.
- Quickstart — one
fetch. - Checkout in five calls — the sequence and the rules the server enforces.
- API reference — every route and field, rendered from the spec.