Store creation, configuration and multi-store operations for seller domains
Create a store under a seller domain with branding and settings
POST /merchant/api/v1/domains/:domain_id/stores
POST /api/stores
Seller Admin · Orchestra Layer
POST /api/stores
Account Service · Core Microservices
Retrieve all stores for the domain
GET /merchant/api/v1/domains/:domain_id/stores
GET /api/stores?domain_id=:domain_id
Seller Admin · Orchestra Layer
GET /api/stores?domain_id=:domain_id
Account Service · Core Microservices
Retrieve single store details
GET /merchant/api/v1/domains/:domain_id/stores/:id
GET /api/stores/:id
Seller Admin · Orchestra Layer
GET /api/stores/:id
Account Service · Core Microservices
Update store configuration and branding
PATCH /merchant/api/v1/domains/:domain_id/stores/:id
PATCH /api/stores/:id
Seller Admin · Orchestra Layer
PATCH /api/stores/:id
Account Service · Core Microservices
Delete a store from the domain
DELETE /merchant/api/v1/domains/:domain_id/stores/:id
DELETE /api/stores/:id
Seller Admin · Orchestra Layer
DELETE /api/stores/:id
Account Service · Core Microservices
Stores are domain-scoped entities with their own branding, settings, and product catalog assignments.