Is there a documented or canonical TS interface for the product objects returned by the Minis SDK?

Our build so far surfaced id, title, vendor, price, featured image, reviewAnalytics. It would be helpful to know the full product object shape returned by the Minis commerce SDK.

Each hook has documented its return object (if any). For example, useProduct
useProduct returns a Product object:

Hope that helps!

That’s great. Thank you.
Does Shopify intend for Minis to access descriptions/tags/product types?
And, Is there a recommended way to retrieve richer product metadata inside a Mini (e.g., additional APIs, expanded search payloads, or an upcoming SDK feature)?

We will add product category in the future. We will explore the possibility to add tags/descriptions too. At this moment we just offer what’s stated in the docs.