We have a Product Review App, that adds details to specific product using :
ShopifyAPI::Metafield.new
When client duplicates a product inside Shopify Admin, it duplicates the review as well (which they don’t want)
How to prevent this issue?
Thanks in advance!