Return Cancelled
Description - Notification sent when a return request is revoked.
EventStructure
{
"returnId" : "",
"eventType" : "return_cancelled",
"source" : "",
"locationId" : "",
"timestamp" : ISO time string,
"attributes" : {
"status": "RETURN_CANCELLED",
"returnItems" : [{
"orderItemId": "" // order item id for which this return is processed
}]
}
}