get http://staging-apigateway.snapdeal.com/seller-api/oneship/rtv//packs
This API Returns All the OneShip Center Return packages for given rtvListCode
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| rtvListCode | String | path | Mandatory | rtv List Code |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| rtvPackeges | List | list of rtvPackeges |
RTVPackageSRO :
| FieldName | DataType | Description |
|---|---|---|
| items | List | list of items in the package |
| courierName | String | courierName |
| status | String | status of package |
| returnPackId | Integer | return package Id |
Items :
| FieldName | DataType | Description |
|---|---|---|
| productName | String | productName |
| skuCode | String | skuCode |
| suborderId | String | suborderId |
| sellingPrice | BigDecimal | sellingPrice |
