Skip to main content

Plugins

Unchained Engine uses a plugin architecture to extend functionality. Plugins are organized by category:

Categories

CategoryDescription
PaymentPayment service provider integrations (Stripe, PayPal, etc.)
DeliveryShipping and fulfillment methods
PricingPrice calculation, taxes, discounts, and rounding
WarehousingInventory management and stock handling
FiltersProduct search and filtering
File StorageFile upload backends (GridFS, S3/MinIO)
WorkersBackground tasks (email, SMS, webhooks)
EventsEvent system backends (Node, Redis, EventBridge)
QuotationsPrice quotation and custom offering handling
EnrollmentsSubscription and recurring order management

Quick Setup

For quick setup, use Plugin Presets which bundle commonly used plugins together.

Writing Custom Plugins

For creating your own plugins, see the Extending documentation: