Integrations

Quickshops Headless API integration

REST API at api.quickshops.app/v1 for custom storefronts, plus OpenAPI and a TypeScript SDK.

Build a storefront in Next.js or any stack. Catalog, cart, and checkout stay on Quickshops. Versioning is in the path (/v1/). Errors are JSON { error, code }. Rate-limit headers follow IETF RateLimit.

Setup

  1. Read OpenAPI. Fetch https://quickshops.app/openapi.json or the docs overview.
  2. Create an API key. Pro plan. Header Authorization: Bearer qk_…
  3. Install the SDK optional. npm install @quickshops/sdk
  4. Call /v1 routes. Use the documented operation IDs. Handle 429 Retry-After.

Use cases

  • Custom marketing site with Quickshops checkout
  • Storefronts generated in Lovable, v0, or Cursor
  • Automations that read orders without scraping the dashboard

Limits

  • API keys are Pro
  • Do not put secret keys in public frontend bundles
  • Hosted visual editor remains the no-code path

Headless API docs · All integrations · Pricing

Run your store from chat

Sign up free, connect Stripe, and publish your first product. Describe an update, review the plan, and go live without juggling admin tabs.

Get started(opens in a new tab)

No credit card required