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
bun install --frozen-lockfile
# Generate module types and build the module
bun run build
# Run ESLint
bun run lint
# Run Vitest
bun run test
bun run test:watch
# Release new version
bun run release