Return Created
Description - Notification sent when a new return request is created.
EventStructure
{
"returnId" : "",
"eventType" : "return_created",
"source" : "",
"timestamp" : ISO time string,
"locationId" : "",
"attributes" : {
"status" : "RETURN_CREATED",
"returnItems" : [{
"returnId" : "", // primary identifier of the return
"orderItemId" : "", // order item id against which this return is created
"source" : "" , // possible values are courier_return, customer_return
"action" : "" ,
"quantity" : , // item quantity in the return
"orderDate" : "", // created date of the order
"createdDate" : "",
"updatedDate" : "",
"courierName" : "",
"reason" : "",
"subReason" : "",
"trackingId" : "",
"shipmentId" : "",
"comments" : "",
"completionDate" : "",
"replacementOrderItemId" : "",
"productId" : "",
"listingId" : "",
"expectedDate" : "" // Date on which return is expected to be delivered to seller warehouse
}]
}
}