Ebay API – Finding the earliest purchase place for each unique user based
I need to get the userID and the marketplace, where the user first bought something. The db looks like this: userID, marketplace, dateOfOrder 74526, Amazon, 2/1/2021 74526, eBay, 1/1/2021 74526, Walmart, 12/10/2021 74525, Amazon, 14/5/2021 74525, eBay, 12/4/2021 74525, Walmart,…