Integration

Svelte Commerce on Spryker

JSON:API throughout. The connector ships a deserialiser that resolves included relationships.

Coverage

25 of 43 storefront services are wired to a real Spryker endpoint.

Env wiring is not shipped — you add the branch.

terminal
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/spryker-connector
$ npm run dev

Setup

1 · Point the config at the connector

// kitcommerce.config.ts
export * as services from '@misiki/spryker-connector'

2 · Set the environment

# .env
PUBLIC_SPRYKER_API_URL=# Not yet read by init.ts — add this branch yourself

What to know

  • Env wiring is not shipped: add a branch to src/lib/core/connectors/init.ts.
  • Coupon has no wired equivalent.

Full guide with troubleshooting, store identity and per-service behaviour: docs/SPRYKER.md

Run your Spryker store on Svelte Commerce.