Get Seller's 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

ParameterNameDataTypeParameterTypeRequirementDescription
pageSizeintQueryOptionalpageSize Used for pagination
pageNumberintQueryOptionalpageNumber Used for pagination
startDateDateQueryMandatorystart date in epoch format in milliseconds
endDateDateQueryMandatoryend date in epoch format in milliseconds

Response

metadata :

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

payload :

FieldNameDataTypeDescription
supcResultsListsupcResults
currentPagelongcurrentPage
totalPageslongtotalPages
pageSizelongpageSize

SUPCResult :

FieldNameDataTypeDescription
supcStringsupc
sellerSkuStringSeller's unique identifier of the product
stateStringupdate state
dateDatedate
messageStringmessage
Language
Authorization