Hi,
Currently when an integration updates a product with a PUT on the Products resource, it also includes the product images with the same src URL (image name) as before. This results in a random string being appended to the image name. What is the best way to avoid this from occurring while still allowing images to be updated when needed, keeping the same name?