Outbound | PUT | {Client’s URL}

Summary

This API will call the channel with return order processing details.

Description

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

Request

{
    "returnOrderCode": "H893RUOT123",
    "forwardOrderCode": "forwardOrder1",
    "locationCode": "Wid234",
    "orderItems": [
        {
            "itemCode": "I10098",
            "channelSkuCode": "100007542",
            "qcStatus": "FAIL",
            "qcReason": "DAMAGED",
            "imageUrls": [
                "<https://increff.com/img.jpg>",
                "<https://increff.com/img2.jpg>"
            ]
        }
    ]
}
Parameter Name Data Type Description Mandatory
returnOrderCode String Unique code used by the channel to identify the return order yes
forwardOrderCode String ForwardOrderCode associated with the return order yes
locationCode String Location code of the warehouse where the return order will be received. yes
orderItems Object[] List of return items processed. yes
orderItems.itemCode String Unique code used by the channel to identify the return order item yes
orderItems.channelSkuCode String SKU code of return order item yes
orderItems.qcReason String The reason due to which this return item has been marked qc fail no
orderItems.qcStatus String The qcStatus of the return Item.
Possible values : PASS , FAIL yes
orderItems.imageUrls String[] It contains the list of urls of the images of the return items .It will only be populated in case that item has been marked as fail. no

Response

empty body

HttpStatus : 200