cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to Retrieve HitCount Using GetSellerList Method

Hi,

I am trying to retrieve the HitCount property using the GetSellerList method, but it is not being returned. Other properties are being successfully retrieved. Below is the input I am passing:

 

<?xml version="1.0" encoding="UTF-8"?>
<GetSellerListRequest xmlns="urn:ebay:apis:eBLBaseComponents">
    <RequesterCredentials>
        <eBayAuthToken>{{accessToken}}</eBayAuthToken>
    </RequesterCredentials>
    <IncludeWatchCount>true</IncludeWatchCount>
    <Pagination>
        <EntriesPerPage>200</EntriesPerPage>
        <PageNumber>1</PageNumber>
    </Pagination>
    <StartTimeFrom>2024-07-01T00:00:00.000Z</StartTimeFrom>
    <StartTimeTo>2024-07-06T00:00:00.000Z</StartTimeTo>
    <GranularityLevel>Fine</GranularityLevel>
</GetSellerListRequest>

 

Is there any specific reason why HitCount is not being returned? Do I need to ensure any additional configurations or permissions for this field to be included in the response?

 

Thank you for your assistance.

Message 1 of 3
latest reply
2 REPLIES 2

Unable to Retrieve HitCount Using GetSellerList Method

Hi @wa-gift-tokyo,

 

HitCount field is  only returned to authorized applications. We recommend that you use the getTrafficReport method of the Analytics API to return user traffic details received by a seller's listings.

Best Regards,
eBay Developer Support
Message 2 of 3
latest reply

Unable to Retrieve HitCount Using GetSellerList Method

Hi developer_support@ebay 

 

Thank you for your response. I have a follow-up question:

 

Could you please clarify what is meant by “authorized applications”? Additionally, what steps are necessary for our application to become an authorized application?

 

Your guidance on this matter would be greatly appreciated.

 

Thank you.

Message 3 of 3
latest reply