How do I use Shopify Flow to change the price to 0 when product is sold?
I would like to amend the prices for different markets as well to 0.
1 Like
Set the trigger as order created. Then loop over the line items using a foreach and use the send admin api request > productVariantUpdate to set the price.