Is there any plan to add the id to the StoreCreditAccountTransaction when making a query to the storeCreditAccount?
I am currently working with this endpoint and it would be nice to have this.
One example is in my app admin I would like to show the store credits that my app issued. The only way to easily show which came from me is to use the id as an identifier. I can filter by that storeCreditId but so I can do what I’m looking to do but it does require me to save certain data to my database vs just query the api for it. This seems inefficient as the data is now saved in two places vs it already existing on the Shopify side of things.
I am more than happy to give more detail if you need it. Would love this if it happens.