{
"event": "order.create",
"id": "string",
"total": 0,
"subTotal": 0,
"discount": 0,
"shippingCost": 0,
"cashOnDelivery": 0,
"tax": 0,
"currency": "string",
"city": "string",
"country": "string",
"createdAt": "string",
"payementStatus": "string",
"ipAddress": "string",
"customer": {
"id": "string",
"name": "string",
"email": "string",
"mobileCode": "string",
"mobileNumber": "string",
"gender": "string"
},
"items": [
{
"id": "string",
"name": "string",
"thumbnail": "string",
"quantity": 0,
"total": 0,
"subTotal": 0,
"tax": 0,
"discount": 0
}
]
}