Introduction
Vendure Platform is the commercial extension layer for Vendure. It ships as a curated collection of plugins that add B2B commerce, advanced pricing, workflow automation, audit logging, and more to any Vendure project.
Unlike standalone plugins, Vendure Platform is designed to work as a complete suite. Plugins are pre-integrated with each other: selecting Approval Workflows automatically wires in Org Hierarchy conditions, price rule conditions propagate through to the pricing engine, and audit logs are generated without any extra configuration. The @vendure-ee/platform package handles all of this wiring through a single VendurePlatform.init() call.
Each plugin is a standard Vendure plugin, configured in VendureConfig like any other, so you get the full flexibility of the Vendure plugin API alongside the pre-integrated defaults.
Exclusive to Vendure Platform
This page is part of the Vendure Platform documentation. Access requires a valid Vendure Platform license.