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

returnOrderCode

String

Unique identifier provided by the channel for the return order being created.

yes

locationCode

String

Location code of the warehouse where the return order will be received.

yes

transporter

String

Courier partner name.

no

trackingCode

String

Courier tracking number.

no

returnOrderStatus

String

The status of the return order on channel

no

expectedDate

String

The expected delivery date of the return order

no

Response

Empty Body

HttpStatus : 200