...
Code Block |
---|
{
"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"
]
}
]
} |
...
Parameter Name | Data Type | Description | Mandatory | |
| String | Unique code used by the channel to identify the return order | yes | |
| String | ForwardOrderCode associated with the return order | yes | |
| String | Location code of the warehouse where the return order will be received. | yes | |
| Object[] | List of return items processedString | Channel name of the marketplace. | yes |
| String | Courier tracking number. | yes | |
| String | Courier partner name. | yes | |
| String | Unique code used by the channel to identify the return order item | yes | |
| String | SKU code of return order item | yes | |
| String | The reason due to which this return item has been marked qc fail | no | |
| String | The qcStatus of the return Item. Possible values : PASS , FAIL | yes | |
| 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 |
...