Integration
Svelte Commerce on Shopware
One of the cleanest headless surfaces of the set. Cart and customer session ride the sw-context-token header, captured and replayed like a cookie.
Coverage
28 of 43 storefront services are wired to a real Shopware endpoint.
Env wiring is not shipped — you add the branch.
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/shopware-connector
$ npm run devSetup
1 · Point the config at the connector
// kitcommerce.config.ts
export * as services from '@misiki/shopware-connector'2 · Set the environment
# .env
PUBLIC_SHOPWARE_API_URL=# Not yet read by init.ts — add this branch yourselfWhat to know
- Env wiring is not shipped: add a branch to
src/lib/core/connectors/init.ts. - Coupon lookup is the one gap — apply and remove exist, but no standalone route to list or validate a code was found.
Full guide with troubleshooting, store identity and per-service behaviour: docs/SHOPWARE.md