Shopware website screenshot

Shopware

Shopware is an open-source, API-first e-commerce platform built on Symfony and Vue.js, serving mid-market and enterprise merchants across B2C, D2C, and B2B use cases. The platform exposes two primary HTTP APIs: an Admin API for back-office integrations and automation, and a Store API for building headless customer-facing storefronts. Both APIs publish machine-readable OpenAPI 3 specifications directly from each running instance. Shopware is available as a free Community Edition (MIT-licensed), and as paid SaaS and self-hosted tiers (Rise, Evolve, Beyond) unlocking additional commerce capabilities.

Shopware publishes 10 APIs on the APIs.io network, including Account API, Bulk API, Cart API, and 7 more. Tagged areas include E-Commerce, Open Source, Headless Commerce, B2B, and B2C.

The Shopware catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

Shopware’s developer surface includes authentication, documentation, engineering blog, pricing, and 18 more developer resources.

53.2/100 developing ▼ -5.6 Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
10 APIs
E-CommerceOpen SourceHeadless CommerceB2BB2CRESTOAuth2

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 53.2/100 · developing
Contract Quality 16.4 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 6.8 / 13
Governance 8.3 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/shopware: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 10

Individual APIs this provider publishes, each with its own machine-readable definition.

Shopware Account API

Customer registration, login and profile management

Shopware Bulk API

High-throughput bulk upsert and delete operations

Shopware Cart API

Manage the shopping cart and its line items

Shopware Category API

Manage the product category tree

Shopware Checkout API

Complete the purchase workflow

Shopware Customer API

Manage customer accounts and addresses

Shopware Navigation API

Fetch storefront navigation menus

Shopware Order API

Access and manage orders and their line items

Shopware Product API

Create, read, update, and delete products and variants

Shopware Search API

DAL-powered search with filter, sort, and aggregation

Scroll for all 10

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Shopware Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Shopware Context

9 classes · 54 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Shopware API Rules

6 rules · 4 warnings 2 info

SPECTRAL

JSON Schema 3

Standalone JSON Schema definitions for this provider's data models.

Shopware Cart

11 properties

JSON SCHEMA

Shopware Order

29 properties

JSON SCHEMA

Shopware Product

29 properties

JSON SCHEMA

Examples 3

Example request and response payloads for these APIs.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Shopware Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Shopware Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Shopware Vulnerability Disclosure

security.txt · contact published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Shopware Scopes

1 scope · clientCredentials/password

1 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Shopware Agentic Access

26 operations · 15 acting

26 operations · 15 acting

AGENTIC

Resources

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: shopware
name: Shopware
description: 'Shopware is an open-source, API-first e-commerce platform built on Symfony and Vue.js, serving mid-market and
  enterprise merchants across B2C, D2C, and B2B use cases. The platform exposes two primary HTTP APIs: an Admin API for back-office
  integrations and automation, and a Store API for building headless customer-facing storefronts. Both APIs publish machine-readable
  OpenAPI 3 specifications directly from each running instance. Shopware is available as a free Community Edition (MIT-licensed),
  and as paid SaaS and self-hosted tiers (Rise, Evolve, Beyond) unlocking additional commerce capabilities.'
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/shopware.png
tags:
- E-Commerce
- Open Source
- Headless Commerce
- B2B
- B2C
- REST
- OAuth2
url: https://raw.githubusercontent.com/api-evangelist/shopware/refs/heads/main/apis.yml
created: '2026-06-12'
modified: '2026-06-12'
specificationVersion: '0.19'
apis:
- aid: shopware:shopware-account-api
  name: Shopware Account API
  description: Customer registration, login and profile management
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/shopware-account-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-bulk-api
  name: Shopware Bulk API
  description: High-throughput bulk upsert and delete operations
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Bulk
  properties:
  - type: OpenAPI
    url: openapi/shopware-bulk-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-cart-api
  name: Shopware Cart API
  description: Manage the shopping cart and its line items
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Cart
  properties:
  - type: OpenAPI
    url: openapi/shopware-cart-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-category-api
  name: Shopware Category API
  description: Manage the product category tree
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Category
  properties:
  - type: OpenAPI
    url: openapi/shopware-category-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-checkout-api
  name: Shopware Checkout API
  description: Complete the purchase workflow
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Checkout
  properties:
  - type: OpenAPI
    url: openapi/shopware-checkout-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-customer-api
  name: Shopware Customer API
  description: Manage customer accounts and addresses
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Customer
  properties:
  - type: OpenAPI
    url: openapi/shopware-customer-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-navigation-api
  name: Shopware Navigation API
  description: Fetch storefront navigation menus
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Navigation
  properties:
  - type: OpenAPI
    url: openapi/shopware-navigation-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-order-api
  name: Shopware Order API
  description: Access and manage orders and their line items
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Order
  properties:
  - type: OpenAPI
    url: openapi/shopware-order-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-product-api
  name: Shopware Product API
  description: Create, read, update, and delete products and variants
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Product
  properties:
  - type: OpenAPI
    url: openapi/shopware-product-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
- aid: shopware:shopware-search-api
  name: Shopware Search API
  description: DAL-powered search with filter, sort, and aggregation
  humanURL: https://shopware.stoplight.io/docs/admin-api
  baseURL: https://{your-shop-domain}/api
  tags:
  - Search
  properties:
  - type: OpenAPI
    url: openapi/shopware-search-api-openapi.yml
  - type: Documentation
    url: https://shopware.stoplight.io/docs/admin-api
  - type: Documentation
    url: https://shopware.stoplight.io/docs/store-api
common:
- type: AgenticAccess
  url: agentic-access/shopware-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/shopware-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/shopware-domain-security.yml
- type: Authentication
  url: authentication/shopware-authentication.yml
- type: OAuthScopes
  url: scopes/shopware-scopes.yml
- type: Website
  url: https://www.shopware.com
- type: Documentation
  url: https://developer.shopware.com/docs/concepts/api/
- type: GitHubOrganization
  url: https://github.com/shopware
- type: LinkedIn
  url: https://www.linkedin.com/company/shopware-ag/
- type: Blog
  url: https://www.shopware.com/en/news/
- type: Pricing
  url: https://www.shopware.com/en/pricing/
- type: StatusPage
  url: https://status.shopware.com/
- type: X
  url: https://x.com/shopwaredevs
- type: Plans
  url: plans/shopware-plans-pricing.yml
- type: RateLimits
  url: rate-limits/shopware-rate-limits.yml
- type: FinOps
  url: finops/shopware-finops.yml
- type: Vocabulary
  url: vocabulary/shopware-vocabulary.yml
- type: JSONLDContext
  url: json-ld/shopware-context.jsonld
- type: JSONSchema
  url: json-schema/shopware-product-schema.json
- type: JSONSchema
  url: json-schema/shopware-cart-schema.json
- type: JSONSchema
  url: json-schema/shopware-order-schema.json
- type: Blog
  url: blogs/blogs.json
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com