Update Returns API
Inbound | POSTÂ | /return/update-return-order
Summary
This API is used to update the return order details.
Description
This API is used to update the status, tracking code, transporter and expected date of return order
Request
{
"returnOrderCode":"retO1",
"locationCode":"loc1",
"transporter":"trans1",
"trackingCode":"awb1",
"returnOrderStatus":"in_transit",
"expectedDate":"2022-10-30T20:22:28.000+00:00"
}
Â
Parameter Name | Data Type | Description | Mandatory |
| String | Unique identifier provided by the channel for the return order being created. | yes |
| String | Location code of the warehouse where the return order will be received. | yes |
| String | Courier partner name. | no |
| String | Courier tracking number. | no |
| String | The status of the return order on channel | no |
| String | The expected delivery date of the return order | no |
Response
Empty Body
HttpStatus : 200