For the complete documentation index, see llms.txt. This page is also available as Markdown.

Developers Docs

Crushsuite For Developers

Headless SDKs, compliance tools, and checkout flows that plug into Shopify or your custom storefront. Build faster with a simple API surface and battle-tested components.

Import the SDK
npm install @crushsuite/sdk
Initialize
import { createClient } from '@crushsuite/sdk'

export const crushSuiteClient = createClient({
  privateKey: process.env.CRUSH_SUITE_API_KEY!
});

Everything you need to build

Last updated