Integration
Svelte Commerce on Sharetribe
A marketplace rather than a webshop: listing maps to Product and transaction to Order. There is deliberately no cart, no coupon and no category tree.
Coverage
21 of 43 storefront services are wired to a real Sharetribe endpoint.
Env wiring is not shipped — you add the branch.
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/sharetribe-connector
$ npm run devSetup
1 · Point the config at the connector
// kitcommerce.config.ts
export * as services from '@misiki/sharetribe-connector'2 · Set the environment
# .env
PUBLIC_SHARETRIBE_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. - Expect the cart and coupon surfaces of the storefront to be inert.
Full guide with troubleshooting, store identity and per-service behaviour: docs/SHARETRIBE.md