OrderOrderCreate
v1

Event represents the order entity.

Details

This event is generated when an order has changed.

Consumer / Producer Diagram

OrderOrderCreate Schema (json)
{
    "referenceKey": "string",
    "referenceKeyType": 0,
    "type": 0,
    "breakdown": [
        {
            "currencyCode": "string",
            "amountDue": 0.0
        }
    ],
    "transactionsToProcess": [
        {
            "status": 0,
            "details": [
                {
                    "paymentKey": "string",
                    "amount": 0.0,
                    "currencyCode": "string"
                }
            ]
        }
    ],
    "status": 0,
    "key": "string",
    "context": {
        "decodedUserKey": "string",
        "decodedTenantKey": "string",
        "decodedAppKey": "string",
        "roleType": 0,
        "layer": "System",
        "allowed": {
            "item1": false
        }
    },
    "propertyBag": {
        "item1": "string"
    },
    "isTracked": false
}
Edit this pageLast updated on 2023/12/15