Skip to content

devite-io/shopware-client

Repository files navigation

Shopware Client

npm version

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-client

That's it! You can now use the Shopware API in your project ✨

Getting started

import { ShopwareClient } from '@devite/shopware-client';

// TODO: Add examples

Contribution

Local 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