Third party API client for Shopware 6 that supports StoreAPI and AdminAPI.
Install the client in your JavaScript project:
npx install @devite/shopware-clientThat's it! You can now use the Shopware API in your project ✨
import { ShopwareClient } from '@devite/shopware-client';
// TODO: Add examplesLocal development
# Install dependencies
pnpm install
# Generate module types and build the module
pnpm build
# Run ESLint
pnpm lint
# Run Vitest
pnpm test
pnpm test:watch
# Release new version
pnpm release