Overview›Introduction
Storentia is a multi-tenant storefront platform. Each merchant runs one or more stores — products, variants, collections, carts, orders, pages, and blog posts all live under a store. The platform is split into a few purpose-built services rather than one monolith, and the docs below follow that split.
You need a Storentia account and at least one store.
apis.storentia.com/v1) — login, sessions, store onboarding, OAuth app management, public tokens, subscriptions, payments, and admin analytics. Authenticated with a personal JWT access token.If you are building on top of a store — a custom frontend, a headless storefront, an integration app — you will spend almost all of your time in the storefront GraphQL API, reached through the Node.js or Python SDK. The REST API is what the Storentia dashboard itself calls to manage accounts, stores, and billing.