Create a relation b/w product entity

Hello,
Can you help me on how to create a relation b/w product entity and any custom entity? or How to add custom entity in product entity?
Thanks!

1 Like

The way I would do it is adding the Product ID or SKU ID as one of the fields in the schema of the custom data entity. That would allow you to fetch the rest of the product/SKU data using Catalog API.