Seller Orchestra Internal API Mapping

Plugins

Plugin management and third-party integrations for seller storefronts

3-Layer Architecture

Seller API Gateway Seller Admin (Orchestra Layer) Utility Service (Core Microservices)

List Plugins

List all available and installed plugins for the domain

GET
GET /merchant/api/v1/domains/:domain_id/plugins
GET /api/plugins?domain_id=:domain_id Seller Admin · Orchestra Layer
1 GET /api/plugins?domain_id=:domain_id Utility Service · Core Microservices

Install Plugin

Install a plugin for the domain

POST
POST /merchant/api/v1/domains/:domain_id/plugins/:id/install
POST /api/plugins/:id/install Seller Admin · Orchestra Layer
1 POST /api/plugins/:id/install Utility Service · Core Microservices

Configure Plugin

Update plugin configuration and settings

PATCH
PATCH /merchant/api/v1/domains/:domain_id/plugins/:id/configure
PATCH /api/plugins/:id/configure Seller Admin · Orchestra Layer
1 PATCH /api/plugins/:id/configure Utility Service · Core Microservices

Uninstall Plugin

Uninstall a plugin from the domain

DELETE
DELETE /merchant/api/v1/domains/:domain_id/plugins/:id
DELETE /api/plugins/:id Seller Admin · Orchestra Layer
1 DELETE /api/plugins/:id Utility Service · Core Microservices

Documentation Notes

Plugins extend storefront functionality with third-party integrations, payment gateways, shipping providers, and more.