Get Update Result

Returns the uploaded status (price, listing, inventory) of the products with in the given time range

Request

ParameterNameDataTypeParameterTypeRequirementDescription
pageSizeintQueryMandatorypageSize Used for pagination
pageNumberintQueryMandatorypageNumber Used for pagination
startDateDateQueryMandatorystart date in epoch format
endDateDateQueryMandatoryend date in epoch format

Response

metadata :

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

payload :

FieldNameDataTypeDescription
uploadIdStringuploadId
supcResultsListsupcResults
currentPagelongcurrentPage
totalPageslongtotalPages
pageSizelongpageSize

SUPCResult :

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