07-09-2025 08:08 AM
I am trying to be able to automatically retrieve my purchase history via either notifications (ideal) or an API call.
The `ItemWon` notification is _soooo close_ to what I need, but it doesn't actually give you the final paid costs. I would be wanting:
- Purchase Price
- Shipping Cost
- Tax costs
- Total Price Paid
It feels super surprising to me that such a notification wouldn't exist (the idea that the only way to get purchase history is through a report is wild to me). But even if it didn't, I would be ok if there was an API call I could make after receiving an ItemWon notification (or similar) to retrieve that information.
Does anything like that exist?