Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This API will consume the return order processing details.This API will only get triggered after the return order is received and processed.

Request

Code Block
languagejson
{
    "returnOrderCode": "H893RUOT123",
    "forwardOrderCode": "forwardOrder1",
    "locationCode": "Wid234",
    "channelName": "flipkart",
    "awbNumber": "HYN402",
    "transporter": "transporter"
    "orderItems": [
        {
            "returnItemCode": "I10098",
            "channelSkuCode": "100007542",
            "qcStatus": "FAIL",
            "qcReason": "DAMAGED",
            "imageUrls": [
                "https://increff.com/img.jpg",
                "https://increff.com/img2.jpg"
            ]
        }
    ]
}

...