Integration
Svelte Commerce on OroCommerce
JSON:API throughout. The connector ships a deserialiser that resolves included relationships.
Coverage
21 of 43 storefront services are wired to a real OroCommerce endpoint.
Env wiring is not shipped — you add the branch.
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/orocommerce-connector
$ npm run devSetup
1 · Point the config at the connector
// kitcommerce.config.ts
export * as services from '@misiki/orocommerce-connector'2 · Set the environment
# .env
PUBLIC_OROCOMMERCE_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. - Review, wishlist, currency and vendor have no wired equivalent.
Full guide with troubleshooting, store identity and per-service behaviour: docs/OROCOMMERCE.md