Glossary

Backend API:

Primary REST API: `api.shopstack.example.com/v2/` — serves the merchant dashboard, mobile apps, and third-party integrations. Documented at `docs.shopstack.example.com`. - GraphQL API: `api.shopstack.example.com/graphql` — newer API surface used by the React frontend. Supports introspection (query `

Learn More

Related Terms