I’m using the REST API PUT to change the image assigned to a product variant.
I receive the expected response, and the change happens. When refreshing the storefront page the new image is shown when selecting the variant.
But if I later call an API GET of all the images, the “variant_ids” fields still show the previous association, even after waiting several minutes.
Are API results cached somehow? Any way to bypass that? Or is it another issue?
Thanks