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<img alt=":ebay:" class="lia-deferred-image lia-image-emoji" src="https://ebay01.lithium.com/html/@B508B2DD2026E9C06A7FDE122B2F978B/images/emoticons/Ebay.gif" title=":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.
wa-gift-tokyo
Posted 2 years ago·Last reply 2 years ago
2 comments
developer_support@ebay
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.
wa-gift-tokyo
OP2 years agoHi @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.