get http://staging-apigateway.snapdeal.com/seller-api/suborders/cancelled/
This api will be used to get the order with given suborderCode which is in cancelled state .
Note
Allowed fulfillment modes are VENDOR_SELF,ONESHIP,OCPLUS,DROPSHIP,FC_VOI.
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| fModes | String | Query | Mandatory | Comma separated fulfilment modes. |
| suborderCode | String | Path | Mandatory | suborderCode |
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 |
|---|---|---|
| items | List | items |
SellerItem :
| FieldName | DataType | Description |
|---|---|---|
| suborderCode | String | suborderCode |
| orderDate | Date | orderDate |
| productName | String | productName |
| serializable | String | serializable |
| serializedUniqueId | String | serializedUniqueId |
| attributes | String | attributes |
| imageUrl | String | imageUrl |
| freebies | String | freebies |
| incentive | Boolean | incentive |
| price | Integer | price |
| mrp | Integer | mrp |
| siStatusCode | String | siStatusCode |
| updated | Date | updated Date |
| paymentMode | String | paymentMode |
| supc | String | supc |
| fulfillmentModelCode | String | fulfillmentModelCode |
| skuCode | String | skuCode |
| siReferenceCode | String | siReferenceCode |
| customerName | String | customerName |
| customerDetail | ShippingDetail | customerDetail |
| deliveryMode | String | deliveryMode |
| orderCode | String | Buyer orderCode |
| packageReferenceCode | String | packageReferenceCode |
| cancellationReason | String | cancellationReason |
ShippingDetail :
| pincode | String | pincode |
| city | String | city |
| area | String | area |
| subArea | String | subArea |
| state | String | state |
| mobile | String | mobile number |
| String |
