...
Parameter Name | Data Type | Description | Mandatory |
| String | Forward order code for which return order is being created. | yes |
| String | Unique identifier provided by the channel for the return order being created. | yes |
| String | Location code of the warehouse where the return order will be received. | yes |
| String | Time at which return order got placed by customer | no |
| String | The Status of the return order | no |
| String | Expected date of return | no |
| Object[] | Array of order items, order items represent each line of return order. | yes |
| String | Unique identifier provided by the channel for the return order item. | yes |
| String | Reason for return as given by the customer. | yes |
| String | SKU code for return order item. | yes |
| String | Name of the product | Conditional Yes* |
| String | Brand of the product | Conditional Yes*† |
| Boolean | To enable door step qc by courier | No |
| String | Color of the product | Conditional Yes*† |
| String | Category of the product | Conditional Yes*† |
| String | Sub Category of the product | Conditional Yes*† |
| String | Serial number of the product | Conditional Yes*† |
| Double | Price of the product | Conditional Yes* |
| Double | Final amount paid for the product | Conditional Yes* |
| String | Image url of the product | No |
| Double | Store credits for this line item | No |
| Object[] | List of sub tax items object | Conditional Yes*† |
| String | Type of tax applicable | Conditional Yes*† |
| Double | Tax rate for this tax type | Conditional Yes*† |
| Double | Tax applicable for this type of tax per unit | Conditional Yes*† |
| Double | Total tax for this tax type | Conditional Yes*† |
| String | Type of return. Possible values - →
| Conditional Yes* |
| String | Courier tracking number. | If courier partner integration done via Increff, then can be ignored. (Otherwise YES) |
| String | Courier partner name. | If courier partner integration done via Increff, then can be ignored.
(Otherwise YES) |
| String | Currency | Conditional Yes* |
| String | Can take two values:INDIAN and INTERNATIONAL, specifying the region type of order | Conditional Yes* |
| String | Seller GSTIN. If logisticAggregatorType=CLICKPOST, then this field is mandatory. If logisticAggregatorType=SHIPROCKET, then this field can be null | Conditional Yes* |
| String | Consignee GSTIN | Conditional Yes*† |
| String | The reason due to which the order was returned | Conditional Yes* |
| Object | Package Dimensions | Conditional Yes* |
| Double | Breadth of package. Default value can be set as 1 | yes |
| Double | Height of package. Default value can be set as 1 | yes |
| Double | Length of package. Default value can be set as 1 | yes |
| Doubke | Weight of package. Default value can be set as 200 | yes |
| Object | Shipping Address (Warehouse address) | Conditional Yes* |
| String | Name of Warehouse POC | Yes |
| String | 1st line of warehouse’s address | Yes |
| String | 2nd line of warehouse’s address | No |
| String | 3rd line of warehouse’s address | No |
| String | City of Warehouse | Yes |
| String | State of Warehouse | Yes |
| String | ZIP/Pin code of Warehouse | Yes |
| String | Country of warehouse | Yes |
| String | Email of warehouse | Yes |
| String | Phone Number of warehouse POC | Yes |
| Object | Billing address of the customer | Conditional Yes* |
| String | Name of customer | Yes |
| String | 1st line of customer’s address | Yes |
| String | 2nd line of customer’s address | No |
| String | 3rd line of customer’s address | No |
| String | City of customer | Yes |
| String | State of customer | Yes |
| String | ZIP/Pin code of customer | Yes |
| String | Country of customer | Yes |
| String | Email of customer | Yes |
| String | Phone Number of customer | Yes |
| Object | Order Details | Conditional 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* |
| String | 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 |
| String | Forward Shipment Number | No |
...