Information related to the Return Order created corresponding to the Return Request
Property | Type | Required | Description |
---|---|---|---|
orderExternalId | String | true | The unique order external id created in DS for the return order |
order | String | true | The mongo id corresponding to the orderExternalId created in DS for the return order |
trackingNumber | String | false | The tracking number if given by the provider |
trackingUrl | String | false | The tracking link if given by the provider or DS |
createdAt | Date | true | The creation date of the Return Order |
labelLink | String | false | The link of the label generated for the Return Order |
qrcodeLink | String | false | The link of the QR code generated for the Return Order |
providerInfo | Provider Information | true | Information related to the provider chosen for the Return Order |
shipments | array of Return Shipment | false | In case of shipping order, array of shipment details. |
amount | integer | true | Estimated amount that the provider will charge. The amount in minor units without decimals. E.g; 1295 .In case of US Dollars above value will be 1295 cents or $12.95 |