Author:
Fluent Commerce
Changed on:
29 Aug 2025
| Root Entities (1) | Sub-Entities (2) | Event Reference (3) | Platform CREATE Event? (4) |
| Location | Location Wave | LOCATION WAVE | ❌ ✅ |
| Order | Order Fulfillment Article Consignment | ORDER FULFILMENT ARTICLE CONSIGNMENT | ✅ ✅ ✅ ✅ |
| Fulfillment Options | Fulfillment Options Fulfillment Plan | FULFILMENT_OPTIONS FULFILMENT_PLAN | ✅ ✅ |
| Product Catalogue | Product Catalogue Standard Product Variant Product Group Product Category | PRODUCT_CATALOGUE PRODUCT PRODUCT PRODUCT CATEGORY | ✅ ✅ ✅ ✅ ✅ |
| Inventory Catalogue | Inventory Catalogue Inventory Position Inventory Quantity | INVENTORY_CATALOGUE INVENTORY_POSITION INVENTORY_QUANTITY | ✅ ✅ ✅ |
| Virtual Catalogue | Virtual Catalogue Virtual Position | VIRTUAL_CATALOGUE VIRTUAL_POSITION | ❌ ❌ |
| Control Group | Control Group Control | CONTROL_GROUP CONTROL | ❌ ❌ |
| Return Order | Return Order Return Fulfillment | RETURN_ORDER RETURN_FULFILMENT | ✅ ✅ |
| Billing Account | Billing Account Credit Memo Invoice Payment Payment Transaction | BILLING_ACCOUNT CREDIT_MEMO INVOICE PAYMENT PAYMENT_TRANSACTION | ✅ ✅ ✅ ✅ ✅ |
1{
2 "name": "CancelOrder",
3 "retailerId": "1",
4 "entityId": "1234",
5 "entityRef": "ON-1234",
6 "entityType": "ORDER",
7 "rootEntityType": "ORDER",
8 "rootEntityId": "1234",
9 "rootEntityRef": "ON-1234",
10 "attributes": {
11 "cancelReason": "Stolen Credit Card"
12 }
13
14}