Product
Calling getProduct returns a product object with a consistent structure across all Manifold app types.
Field
Type
Required
Description
id
string
✅
Instance ID
Product instances are created based on their specific type (Edition, Burn/Redeem, or Blind Mint). Each specialization adds additional methods and type guards while preserving the shared core API.
Last updated