How to get a listing of banned due to feedback policy
I have tried to get the relevant list by setting AdminEndedItemsOnly to true via the GetSellerList API, but no data is returned.
this is my request data:
<?xml version="1.0" encoding="utf-8"?>
<soap:Header>
<ebl:RequesterCredentials xmlns:ebl="urn
apis:eBLBaseComponents">
apis:eBLBaseComponents"><ebl:eBayAuthToken>*************************************</ebl:eBayAuthToken>
</ebl:RequesterCredentials>
</soap:Header>
<soap:Body xmlns="urn
apis:eBLBaseComponents">
apis:eBLBaseComponents"><GetSellerListRequest>
<AdminEndedItemsOnly>true</AdminEndedItemsOnly>
<Version>1285</Version>
<StartTimeFrom>2024-08-04T10:00:00.005Z</StartTimeFrom>
<StartTimeTo>2024-10-20T10:00:00.005Z</StartTimeTo>
</GetSellerListRequest>
</soap:Body>
</soap:Envelope>
response data:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<GetSellerListResponse xmlns="urn
apis:eBLBaseComponents">
apis:eBLBaseComponents"><Timestamp>2024-08-21T01:55:51.840Z</Timestamp>
<Ack>Success</Ack>
<Version>1271</Version>
<Build>E1271_CORE_APISELLING_19187371_R1</Build>
<PaginationResult>
<TotalNumberOfEntries>0</TotalNumberOfEntries>
</PaginationResult>
<ItemArray/>
<ReturnedItemCountActual>0</ReturnedItemCountActual>
</GetSellerListResponse>
</soapenv:Body>
</soapenv:Envelope>
evch-6812
Posted 1 year ago
0 comments