Return Completed
Description - Notification sent after processing and completing a return request.
EventStructure
{
"returnId" : "",
"eventType" : "return_completed",
"source" : "",
"locationId" : "",
"timestamp" : ISO time string,
"attributes" : {
"status": "RETURN_COMPLETED",
"returnItems" : [{
"orderItemId": "" // order item id for which this return is processed
}]
}
}