Static page management and content pages for seller storefronts with SEO metadata
Retrieve all pages for a specific domain with pagination and filtering
GET /merchant/api/v1/domains/:domain_id/pages
GET /api/pages?domain_id=:domain_id
Seller Admin - Orchestra Layer
GET /api/pages?domain_id=:domain_id
Utility Service
Create a new static content page with SEO metadata and rich editor content
POST /merchant/api/v1/domains/:domain_id/pages
POST /api/pages
Seller Admin - Orchestra Layer
POST /api/pages
Utility Service
POST /api/search/index
Search Service (if published)
Retrieve complete details of a specific page by ID
GET /merchant/api/v1/domains/:domain_id/pages/:id
GET /api/pages/:id
Seller Admin - Orchestra Layer
GET /api/pages/:id
Utility Service
Update page content, SEO metadata, or status
PUT /merchant/api/v1/domains/:domain_id/pages/:id
PUT /api/pages/:id
Seller Admin - Orchestra Layer
PUT /api/pages/:id
Utility Service
POST /api/search/index
Search Service
POST /api/cdn/invalidate
CDN Service
Delete a page from the domain
DELETE /merchant/api/v1/domains/:domain_id/pages/:id
DELETE /api/pages/:id
Seller Admin - Orchestra Layer
DELETE /api/pages/:id
Utility Service
DELETE /api/search/index/:id
Search Service
POST /api/cdn/invalidate
CDN Service
Admin-level endpoints for accessing pages across all domains without specifying a domain_id.
Admin endpoint to list pages across all domains with filtering options
GET /merchant/api/v1/pages
GET /api/pages
Seller Admin - Orchestra Layer
GET /api/pages
Utility Service
Admin endpoint to retrieve any page by ID without domain context
GET /merchant/api/v1/pages/:id
GET /api/pages/:id
Seller Admin - Orchestra Layer
GET /api/pages/:id
Utility Service
Pages support static content with SEO metadata, custom URLs, and rich editor content for storefront customization.