Hi!
I see Medusa works with regions to determine shipping etc.
Im creating an order portal for a business and I want to use draft orders to start with. I see we need a region ID.
In the UI I make the business select a customer first, then a shipping & billing address. By then, I already know region because a country is known. Which makes me wonder, why is there no filter in the https://api.medusa-commerce.com/admin/regions endpoint to filter by countryCode for example?
Now I have to fetch them all, and do a frontend filter to display the proper regions they can select.