{
    "type": "string",
    "orderUpdate": {
        "orderUuid": "string",
        "platformUuid": "string",
        "externalOrderId": "string",
        "totalPrice": 0,
        "status": "string",
        "currency": "string",
        "tag": "string",
        "paymentStatus": "string",
        "fulfillmentStatus": "string",
        "products": [
            {
                "productUuid": "string",
                "title": "string",
                "price": 0,
                "quantity": 0,
                "externalProductId": "string",
                "externalVariantId": "string",
                "orderProductType": "string",
                "extra": [
                    "string"
                ]
            }
        ],
        "orderShortCode": "string",
        "taxes": [
            {
                "name": "string",
                "value": 0
            }
        ],
        "shipping": [
            {
                "name": "string",
                "value": 0
            }
        ],
        "extraFees": [
            {
                "name": "string",
                "value": 0
            }
        ]
    },
    "customerUpdate": {
        "firstName": "string",
        "lastName": "string",
        "phoneNumber": "string",
        "email": "string",
        "shipping": {
            "first_name": "string",
            "last_name": "string",
            "address_1": "string",
            "address_2": "string",
            "city": "string",
            "state": "string",
            "postcode": "string",
            "country": "string",
            "ip": null
        }
    }
}