Shopify piece update product deletes images

Hello,

I want to use Activepieces to automate my Shopify store. I have set up the “product updated” trigger.

After updating the products description (nothing else), my uploaded images in Shopify for the product disappear. The response from the update piece shows no images:

images:[
0 items
]
image: NULL

Can anyone help with this issue?

Thanks in advance

My guess into the blue is that you use PUT method. PUT updates all fields (even if empty?). PUT or PATCH (updates only specific fields) should be choosable?

Hello @demaya, it seems the update action overwrites existing values. Moving this to bugs.

2 Likes