https://github.com/devite-io/shopware-client
Third party API client for Shopware 6.
https://github.com/devite-io/shopware-client
api-client javascript shopware typescript
Last synced: 15 days ago
JSON representation
Third party API client for Shopware 6.
- Host: GitHub
- URL: https://github.com/devite-io/shopware-client
- Owner: devite-io
- License: mit
- Created: 2024-11-04T21:53:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-08T11:58:47.000Z (15 days ago)
- Last Synced: 2026-04-08T13:28:50.362Z (15 days ago)
- Topics: api-client, javascript, shopware, typescript
- Language: TypeScript
- Homepage: https://npmjs.com/@devite/shopware-client
- Size: 793 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopware Client
[![npm version][npm-version-src]][npm-version-href]
Third party API client for Shopware 6 that supports StoreAPI and AdminAPI.
## Quick Setup
Install the client in your JavaScript project:
```bash
npx install @devite/shopware-client
```
That's it! You can now use the Shopware API in your project ✨
## Getting started
```javascript
import { ShopwareClient } from '@devite/shopware-client';
// TODO: Add examples
```
## Contribution
Local development
```bash
# 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
```
[npm-version-src]: https://img.shields.io/npm/v/@devite/shopware-client/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@devite/shopware-client