Plugin management and third-party integrations for seller storefronts
List all available and installed plugins for the domain
GET /merchant/api/v1/domains/:domain_id/plugins
GET /api/plugins?domain_id=:domain_id
Seller Admin · Orchestra Layer
GET /api/plugins?domain_id=:domain_id
Utility Service · Core Microservices
Install a plugin for the domain
POST /merchant/api/v1/domains/:domain_id/plugins/:id/install
POST /api/plugins/:id/install
Seller Admin · Orchestra Layer
POST /api/plugins/:id/install
Utility Service · Core Microservices
Update plugin configuration and settings
PATCH /merchant/api/v1/domains/:domain_id/plugins/:id/configure
PATCH /api/plugins/:id/configure
Seller Admin · Orchestra Layer
PATCH /api/plugins/:id/configure
Utility Service · Core Microservices
Uninstall a plugin from the domain
DELETE /merchant/api/v1/domains/:domain_id/plugins/:id
DELETE /api/plugins/:id
Seller Admin · Orchestra Layer
DELETE /api/plugins/:id
Utility Service · Core Microservices
Plugins extend storefront functionality with third-party integrations, payment gateways, shipping providers, and more.