Frontends Recipes ​
Frontends Recipes explain how common Shopware Frontends features work end-to-end. Each recipe connects a UI action with composables, API client calls, Store API endpoints, generated types, session state, and production concerns.
These pages are written for frontend developers who want to understand the Shopware flow behind real Frontends features. They are not generic Vue tutorials.
Account ​
Account
Customer session and account flows such as login, registration, password recovery and change, account state, the customer wishlist, the newsletter subscription, and customer addresses.
Catalog ​
Catalog
Product catalog flows such as listings and filters, search and suggest, variant selection, price and tax state, product reviews, and cross-selling.
Checkout ​
Checkout
Cart and checkout flows: line item handling, the recalculated cart response, the errors a 2xx response can carry, shipping and payment method selection, and order placement.
CMS ​
CMS
Shopping Experiences flows, starting with the CMS form element: where a contact form resolves its configuration from, and what the Store API enforces beyond what its schema declares.
Context ​
Context
Sales channel context flows such as reading and patching the session context, switching language and currency, navigation and breadcrumbs, and resolving SEO URLs.
Orders ​
Orders
Placed order flows, starting with reading a guest order from the deep link in its confirmation mail.