I'm trying to implement processing of refunded google play purchases with google's voided purchases API
However, while the voided purchases API returns the purchase token, and the order ID, in order to retrieve the details of a purchase from the purchases.products.get API, you need to also provide the product ID (aka SKU).
Is there a way to retrieve the purchase without trying purchases.products.get
for every known SKU?