Hi,
I am using productSet to create/update products for synching an external API products into Shopify store.
I am using the files options in order to create/update images.
I noticed that if I pass the same files array it keeps re-creating the images even if the originalSource is the same.
What is the best approach to skip the image creation if it already exists?
Any help is appreciated, thanks!