Integration
Svelte Commerce on Shopify
Scored out of 27 rather than 43 — several storefront services have no equivalent in the Storefront API surface this connector targets.
Coverage
16 of 27 storefront services are wired to a real Shopify endpoint.
Env wiring is not shipped — you add the branch.
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/shopify-connector
$ npm run devSetup
1 · Point the config at the connector
// kitcommerce.config.ts
export * as services from '@misiki/shopify-connector'2 · Set the environment
# .env
PUBLIC_SHOPIFY_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. - At 16/27 the proportional coverage is comparable to a mid-tier 43-service connector.
- Review, wishlist, vendor, page, profile and country have no wired equivalent.
Full guide with troubleshooting, store identity and per-service behaviour: docs/SHOPIFY.md