{
"version": "1.0",
"eventType": "return.created",
"eventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"accountEmail": "jsmith@example.com",
"payment": {
"fee": {
"total": {
"value": 1,
"currency": "<string>"
},
"vat": {
"value": 1,
"currency": "<string>"
}
}
},
"refund": {
"type": "TRADITIONAL",
"expected": {
"value": 1,
"currency": "<string>"
},
"deductions": [
{
"type": "DEDUCT_REFUND",
"total": {
"value": 1,
"currency": "<string>"
}
}
]
},
"order": {
"externalOrderId": "<string>",
"orderNumber": "<string>",
"userProvidedOrderId": "<string>"
},
"shipping": {
"id": "<string>",
"from": {
"line1": "<string>",
"line2": "<string>",
"line3": "<string>",
"city": "<string>",
"postCode": "<string>"
},
"to": {
"line1": "<string>",
"line2": "<string>",
"line3": "<string>",
"city": "<string>",
"postCode": "<string>"
}
},
"items": [
{
"itemId": "<string>",
"quantity": 2,
"reason": "TOO_LARGE",
"reasonDescription": "<string>",
"name": "<string>",
"variantName": "<string>",
"sku": "<string>",
"weightPerUnit": {
"value": 1,
"unit": "GRAMS"
},
"pricePerUnit": {
"value": 1,
"currency": "<string>"
},
"paidPerUnit": {
"value": 1,
"currency": "<string>"
},
"discountPerUnit": {
"value": 1,
"currency": "<string>"
}
}
],
"createdAt": "2023-11-07T05:31:56Z"
}
}