Hi everyone,
I would like to retrieve the list of all references associated with a specific file.
Context: My goal is to get the list of products linked to an image and remove some of them if needed (e.g., if they are no longer associated with a product).
In fileUpdate
, we can add or remove references. However, I couldn’t find how to fetch the existing references for a given file.
I know that I could iterate over all products and filter them on my side, but that would be highly inefficient in terms of performance.
It seems possible since the list of references is visible in the Admin UI under the file details.
Does anyone know how to achieve this via the API?
Thanks in advance!
Best regards,