10-11-2023 11:01 PM
Hello,
I want to fetch historical data for Transactions. I see that there is an API (https://developer.ebay.com/api-docs/sell/finances/resources/transaction/methods/getTransactions)
I want to fetch last 6 months data. I was wondering if that is supported by the API or not.
There is this paragraph in the API spec and it is confusing me a lot.
"Alternatively, the user could omit the ending date, and the date range would include the starting date and up to 90 days past that date, or the current date if the starting date is less than 90 days in the past."
Does this mean I can only fetch only last 90 days data? I want to fetch last 6 months data.
10-16-2023 09:59 AM - edited 10-16-2023 10:00 AM
Hi @meja-2519
getTransactions call can fetch the details for the transactions from the last 90 days only and you can not get the details for the last 6 months.