...
"orderNumber": "order12345"
,
"forwardOrderNumber": "fo-1"
,
"forwardShipmentNumber": "101"
,
},
"pickupAddress": {
"city": "Delhi",
...
Parameter Name | Data Type | Description | Mandatory |
| String | The reason due to which the order was returned | yes |
| String | Currency | yes |
| Object | Shipping Address (Warehouse address) | yes |
| String | City of warehouse | yes |
| String | Country of warehouse | yes |
| String | Email of warehouse | yes |
| String | First Name of warehouse POC | yes |
| String | Last Name of warehouse POC | yes |
| String | Middle name of warehouse POC | no |
| String | Phone Number of warehouse POC | yes |
| String | State of warehouse | yes |
| String | 1st line of warehouse address | yes |
| String | 2nd line of warehouse address | no |
| String | 3rd line of warehouse address | no |
| String | Zip/Pin code of warehouse | yes |
| String | Can take two values:INDIAN and INTERNATIONAL, specifying the region type of order | yes |
| Object | Order Details | yes |
| Double | If order is of type COD, then this should be greater than 0 | yes |
| String | Invoice Id of the order. If logisticAggregatorType=CLICKPOST, then this field is mandatory. If logisticAggregatorType=SHIPROCKET, then this field can be null | Conditional yes |
| Date | Invoice Time of the order. If logisticAggregatorType=CLICKPOST, then this field is mandatory. If logisticAggregatorType=SHIPROCKET, then this field can be null | Conditional yes |
| Double | Invoice value | yes |
| Boolean | True if the order is of COD type | yes |
| Date | Order Date | yes |
| Object[] | Order Line Items | yes |
| String | SKU of the product | yes |
| Double | Final amount paid for the product | yes |
| String | Image url of the product | no |
| String | Name of the product | yes |
| Double | Price of the product | yes |
| Integer | Quantity of the product | yes |
| Double | Store credits for this line item | no |
| String | Return Order Number | yes |
| String | Forward Order Number | no |
| String | Forward Shipment Number | no |
| Object | Pickup Address (Will be Customer Address) | yes |
| String | City of Customer | yes |
| String | Country of Customer | yes |
| String | Email of Customer | yes |
| String | First name of Customer | yes |
| String | Last name of Customer | yes |
| String | Middle name of Customer | no |
| String | Phone number of Customer | yes |
| String | State of Customer | yes |
| String | 1st line of Customer address | yes |
| String | 2nd line of Customer address | no |
| String | 3rd line of Customer address | no |
| String | Zip/Pin code of seller | yes |
| String | Seller GSTIN. If logisticAggregatorType=CLICKPOST, then this field is mandatory. If logisticAggregatorType=SHIPROCKET, then this field can be null | Conditional yes |
| Object | Package Dimensions | yes |
| Integer | Breadth of package. Default value can be set as 1 | yes |
| Integer | Height of package. Default value can be set as 1 | yes |
| Integer | Length of package. Default value can be set as 1 | yes |
| Integer | Weight of package. Default value can be set as 0.5 | yes |
| String | Warehouse Code | no |
...