1. Overview
  2. Create

Create

Create is where destinations and content ship: Spaces, pages and posts, products, library assets, drafts, and the block builder for reusable patterns.

Before you edit anything

  1. Confirm Sign in and the correct active Space (Start → Workspace and Spaces).
  2. Open the right Create sub-area from the shell (Create hub is /dxp/create).

In this module

TopicWhat it covers
SpacesCatalogue, new Space wizard, themes, public render.
Space settingsBrand, appearance, regional timezone, modules, permalinks.
LibraryMedia, documents, fragments, blocks; Space-scoped collections and tags.
DraftsIn-flight work before publish.
Pages and editorCanvas, blocks, block library, publish, history.
Merchandising experiments (A/B)Server-side page split tests (no client A/B scripts).
PostsBlog-style posts list and editor.
ProductsCommerce products list, edit, inventory, fulfilment helpers.
Checkout inventory holdsCheckout-time stock reservations, reserved counts, storefront countdown.
Block builderTyped block presets and palette (where enabled).

Content model

  • Pages — Structured content blocks per the platform schema (headings, paragraphs, lists, sections, cards, data-mapped shells, experiment slices for A/B merchandising, and extension types your operator enables).
  • Rich text — Stored as span arrays and list items in JSON, not as author-written HTML blobs in the database.
  • Publish — Promoting a version so public routes and edge materialisation can pick it up is a distinct action from autosave in the editor (exact labels depend on shell version).

API shape (for integrators reading this manual)

Desk JSON and mutations use paths under /dxp/api/... and legacy /api/v1/... aliases in some places. Integration and webhooks are documented for operators in repository docs; Creators usually stay in the UI.

Next steps

In this section