get
http://staging-apigateway.snapdeal.com/seller-api/listing/tracking
Through this api you can track the listing by sending either uploadId or sku in the request.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Note
In the request either uploadId or sku are Mandatory
Possible states in the response are : PENDING,LIVE,REJECTED
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| uploadId | string | Query | Either uploadId or sku are Mandatory | UploadId for which the result is required |
| sku | string | Query | Either uploadId or sku are Mandatory | Vendor stock keeping unit |
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 |
|---|---|---|
| trackListingResults | List | List of TrackListingResult objects |
TrackListingResult :
| FieldName | DataType | Description |
|---|---|---|
| supc | String | supc |
| sellerSku | String | Seller's unique identifier of the product |
| state | String | Update status |
| date | Date | date |
| uploadId | String | upload Id |
| reasons | List | List of reasons for failures |
| comments | List | List of comments for failures |
