get http://staging-apigateway.snapdeal.com/seller-api/feed/result
Returns the uploaded status (price, listing, inventory) of the products with in the given time range in chronological order
Request
Note
Default pageSize = 10
Default pageNumber = 1
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| pageSize | int | Query | Optional | pageSize Used for pagination |
| pageNumber | int | Query | Optional | pageNumber Used for pagination |
| startDate | Date | Query | Mandatory | start date in epoch format in milliseconds |
| endDate | Date | Query | Mandatory | end date in epoch format in milliseconds |
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 |
|---|---|---|
| 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 state |
| date | Date | date |
| message | String | message |
