Domains
Unified Commerce domain boundaries — each domain owns a bounded set of capabilities and services.
| ID |
Name |
Mission |
| customer |
Customer |
Manage customer identity profile consent and engagement. |
| commerce |
Commerce |
Manage basket checkout and commercial interaction. |
| order |
Order |
Manage commercial commitments and order lifecycle. |
| inventory |
Inventory |
Manage visibility reservation and allocation of stock. |
| fulfillment |
Fulfillment |
Manage picking shipping pickup returns and exchanges. |
| pricing |
Pricing |
Determine selling price and markdowns. |
| promotion |
Promotion |
Manage promotions coupons and vouchers. |
| loyalty |
Loyalty |
Manage membership points benefits and rewards. |
| payment |
Payment |
Manage authorization capture refund and settlement. |
| store |
Store |
Manage store operations and store execution. |
| catalogs/domains.yaml |
|---|
| domains:
- {id: customer, name: Customer, mission: Manage customer identity profile consent and engagement.}
- {id: commerce, name: Commerce, mission: Manage basket checkout and commercial interaction.}
- {id: order, name: Order, mission: Manage commercial commitments and order lifecycle.}
- {id: inventory, name: Inventory, mission: Manage visibility reservation and allocation of stock.}
- {id: fulfillment, name: Fulfillment, mission: Manage picking shipping pickup returns and exchanges.}
- {id: pricing, name: Pricing, mission: Determine selling price and markdowns.}
- {id: promotion, name: Promotion, mission: Manage promotions coupons and vouchers.}
- {id: loyalty, name: Loyalty, mission: Manage membership points benefits and rewards.}
- {id: payment, name: Payment, mission: Manage authorization capture refund and settlement.}
- {id: store, name: Store, mission: Manage store operations and store execution.}
|