Reference
Glossary
| Term | Meaning |
|---|
| DXP | Digital eXperience Platform — APIs + engine/edge stack described in product docs. |
| Edge | Read-optimised HTTP tier that serves public HTML from cache; stays in sync with the engine. |
| Engine | Source-of-truth business process and persistence coordinator; reached over gRPC in production layouts. |
| Space | A site or destination: hostname, pages, theme, settings; the usual scope for Create actions. |
| Core | Organisation that owns Spaces, billing, and plan limits. |
| Block | A typed unit in the canvas (heading, paragraph, list, section, data_mapped, …). |
| Publish | Promote a version for live visitors; distinct from autosave in the editor. |
| Grant | Staff permission row tying your identity to a Space (Owner, Admin, …). |
| Regional (display timezone) | Per-Space IANA zone for how the desk shows and accepts wall-clock times (default UK). Storefront price resolution still uses UTC. |
| Sale window | Scheduled interval on a product when a promotional price replaces the default price. |
| Storefront price | Price a visitor sees “right now”, including an active sale window when applicable. |
| Checkout hold (cryo) | Short-lived reservation of tracked stock when a visitor starts web checkout; released on pay, cancel, or TTL. |
| Reserved (inventory) | Units held for in-flight checkouts; not the same as on-hand ledger quantity. |
| Sellable | On hand minus reserved — what new checkouts may still claim when holds are enabled. |
| Library collection | Space-scoped album grouping Library assets (membership per Space, not shared across unrelated Spaces by default). |
| Content tag | Space-scoped label on Library assets, blocks, or pages; content kind is public-facing; internal is ops-only. |
| Internal tag | Space-scoped Library (or content) tag not shown on the public site — workflow and editorial use. |
| Parent Space (consolidated) | Optional mode where child Spaces opt in to share CRM/catalog/Library metadata from one primary Space; permission-gated. |
DXP URL
Paths are relative to your platform origin (example: https://your_domain.com/dxp).
| Path | Area |
|---|
/dxp | Desk home / shell landing. |
/dxp/auth | Sign-in. |
/dxp/spaces/all | Spaces catalogue. |
/dxp/create | Create hub. |
/dxp/create/spaces | Spaces in Create context. |
/dxp/create/space-new | New Space wizard. |
/dxp/create/library | Library. |
/dxp/create/drafts | Drafts. |
/dxp/create/editor | Canvas editor entry. |
/dxp/create/block-builder | Block builder. |
/dxp/pages | Pages list / management. |
/dxp/posts | Posts list. |
/dxp/products | Products list. |
/dxp/products/edit | Product editor (pricing, sale windows, public page). |
/dxp/spaces/settings | Space settings hub (?host=…). |
/dxp/spaces/settings/regional | Display timezone for admin dates. |
/dxp/spaces/settings/appearance | Public theme and product page layout preset. |
/dxp/engage | Engage hub. |
/dxp/accounting/chart | Chart of accounts (when ledger module enabled). |
/dxp/accounting/journals | Journal list and manual posting. |
/dxp/accounting/trial-balance | Trial balance by account. |
/dxp/core/accounting/chart | Workspace-scoped chart (active Space required for data). |
/dxp/core/accounting/journals | Workspace-scoped journals. |
/dxp/core/accounting/trial-balance | Workspace-scoped trial balance. |
/dxp/spaces/settings/modules?host=… | Space modules; CRM and accounting consolidation toggles. |
/dxp/engage/people | People. |
/dxp/engage/people/companies | Companies. |
/dxp/engage/journeys | Journeys. |
/dxp/engage/exchange | Exchange. |
/dxp/observe | Observe hub. |
/dxp/observe/signals | Signals. |
/dxp/observe/outcomes | Outcomes. |
/dxp/observe/webhooks | Webhooks (Outbound, Inbound, Agent gates tabs). |
/dxp/observe/webhooks?tab=agent | Agent gates (supply-side replenish POST). |
/dxp/observe/purchase-requests | Purchase requests (approve → wholesaler outbound). |
/dxp/billing | Billing overview. |
/dxp/billing/plans | Plan picker (where enabled). |
Conventions in this manual
- Operator — person with SSH, Caddy, systemd, Mongo, or engine access.
- Creator — desk user editing content or CRM without infrastructure access.
- MVP — minimum desk slice described here; features not listed may be absent or behind flags.