Track Listing

Through this api you can track the listing by sending either uploadId or sku in the request.

📘

Note

In the request either uploadId or sku are Mandatory

Possible states in the response are : PENDING,LIVE,REJECTED

Request

ParameterNameDataTypeParameterTypeRequirementDescription
uploadIdstringQueryEither uploadId or sku are MandatoryUploadId for which the result is required
skustringQueryEither uploadId or sku are MandatoryVendor stock keeping unit

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartner Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
trackListingResultsListList of TrackListingResult objects

TrackListingResult :

FieldNameDataTypeDescription
supcStringsupc
sellerSkuStringSeller's unique identifier of the product
stateStringUpdate status
dateDatedate
uploadIdStringupload Id
reasonsListList of reasons for failures
commentsListList of comments for failures
Language
Authorization