Skip to main content

Sepetak storefront API

Build your own storefront on a Sepetak shop. Your site calls the same API the hosted templates use.

  • Base URLhttps://<shop>.sepetak.com/api/v1 (any host the shop answers on)
  • Spechttps://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 .md at 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

  1. Access — there is no key; the rules are your origin and your plan.
  2. Quickstart — one fetch.
  3. Checkout in five calls — the sequence and the rules the server enforces.
  4. API reference — every route and field, rendered from the spec.