@devite/shopware-client
v1.10.1
Published
Third party API client for Shopware 6.
Downloads
608
Readme
Shopware Client
Third party API client for Shopware 6 that supports StoreAPI and AdminAPI.
Quick Setup
Install the client in your JavaScript project:
npx install @devite/shopware-clientThat's it! You can now use the Shopware API in your project ✨
Getting started
import { ShopwareClient } from '@devite/shopware-client';
// TODO: Add examplesContribution
# 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