04-21-2023 03:46 AM
Hello,
since a few days we have the problem that our query always returns only the last record. Otherwise it was always 90 days?
<?xml version="1.0" encoding="utf-8" ?>
<GetOrdersRequest xmlns="urn::apis:eBLBaseComponents">
<DetailLevel>ReturnAll</DetailLevel>
<WarningLevel>High</WarningLevel>
<CreateTimeFrom>2023-02-01T00:00:00.000Z</CreateTimeFrom><CreateTimeTo>2023-04-21T00:00:00.000Z</CreateTimeTo>
<RequesterCredentials><eBayAuthToken>'.$userToken.'</eBayAuthToken></RequesterCredentials>
<Pagination><EntriesPerPage>100</EntriesPerPage><PageNumber>1</PageNumber></Pagination>
<IncludeFinalValueFee>true</IncludeFinalValueFee>
<OrderRole>Seller</OrderRole>
<OrderStatus>All</OrderStatus>
</GetOrdersRequest>
I have already tried all the settings, but only the last record comes up... What could be the reason for this?