1. Overview
  2. Reference

Reference

Glossary

TermMeaning
DXPDigital eXperience Platform — APIs + engine/edge stack described in product docs.
EdgeRead-optimised HTTP tier that serves public HTML from cache; stays in sync with the engine.
EngineSource-of-truth business process and persistence coordinator; reached over gRPC in production layouts.
SpaceA site or destination: hostname, pages, theme, settings; the usual scope for Create actions.
CoreOrganisation that owns Spaces, billing, and plan limits.
BlockA typed unit in the canvas (heading, paragraph, list, section, data_mapped, …).
PublishPromote a version for live visitors; distinct from autosave in the editor.
GrantStaff 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 windowScheduled interval on a product when a promotional price replaces the default price.
Storefront pricePrice 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.
SellableOn hand minus reserved — what new checkouts may still claim when holds are enabled.
Library collectionSpace-scoped album grouping Library assets (membership per Space, not shared across unrelated Spaces by default).
Content tagSpace-scoped label on Library assets, blocks, or pages; content kind is public-facing; internal is ops-only.
Internal tagSpace-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).

PathArea
/dxpDesk home / shell landing.
/dxp/authSign-in.
/dxp/spaces/allSpaces catalogue.
/dxp/createCreate hub.
/dxp/create/spacesSpaces in Create context.
/dxp/create/space-newNew Space wizard.
/dxp/create/libraryLibrary.
/dxp/create/draftsDrafts.
/dxp/create/editorCanvas editor entry.
/dxp/create/block-builderBlock builder.
/dxp/pagesPages list / management.
/dxp/postsPosts list.
/dxp/productsProducts list.
/dxp/products/editProduct editor (pricing, sale windows, public page).
/dxp/spaces/settingsSpace settings hub (?host=…).
/dxp/spaces/settings/regionalDisplay timezone for admin dates.
/dxp/spaces/settings/appearancePublic theme and product page layout preset.
/dxp/engageEngage hub.
/dxp/accounting/chartChart of accounts (when ledger module enabled).
/dxp/accounting/journalsJournal list and manual posting.
/dxp/accounting/trial-balanceTrial balance by account.
/dxp/core/accounting/chartWorkspace-scoped chart (active Space required for data).
/dxp/core/accounting/journalsWorkspace-scoped journals.
/dxp/core/accounting/trial-balanceWorkspace-scoped trial balance.
/dxp/spaces/settings/modules?host=…Space modules; CRM and accounting consolidation toggles.
/dxp/engage/peoplePeople.
/dxp/engage/people/companiesCompanies.
/dxp/engage/journeysJourneys.
/dxp/engage/exchangeExchange.
/dxp/observeObserve hub.
/dxp/observe/signalsSignals.
/dxp/observe/outcomesOutcomes.
/dxp/observe/webhooksWebhooks (Outbound, Inbound, Agent gates tabs).
/dxp/observe/webhooks?tab=agentAgent gates (supply-side replenish POST).
/dxp/observe/purchase-requestsPurchase requests (approve → wholesaler outbound).
/dxp/billingBilling overview.
/dxp/billing/plansPlan 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.