get http://staging-apigateway.snapdeal.com/seller-api/feed/result/
Returns the detailed status for the given uploadid
Request
Note
Default pageSize = 10
Default pageNumber = 1
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| uploadId | string | Path | Mandatory | UploadId for which the result is required |
| pageSize | int | Query | Optional | pageSize Used for pagination |
| pageNumber | int | Query | Optional | pageNumber Used for pagination |
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 |
|---|---|---|
| uploadId | String | uploadId |
| supcResults | List | supcResults |
| currentPage | long | currentPage |
| totalPages | long | totalPages |
| pageSize | long | pageSize |
SUPCResult :
| FieldName | DataType | Description |
|---|---|---|
| supc | String | supc |
| sellerSku | String | Seller's unique identifier of the product |
| state | String | Update status |
| date | Date | date |
| message | String | message |
