Archived Products Flow

Solved

Archived Products Flow

CrossVintage
New Member
14 0 0

I want to create a flow which does the following:


Items that are archived get removed from all sale channels. 

However, I can't seem to find one that does this. I am struggling to what to put as step 1.

Thanks

Accepted Solution (1)

paul_n
Shopify Staff
1771 194 414

This is an accepted solution.

Product status updated will run when the product status changes (to any status, including archived). You would then check if the current status is archived. If true, then you would unpublish the product from all channels

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.

View solution in original post

Replies 2 (2)

paul_n
Shopify Staff
1771 194 414

This is an accepted solution.

Product status updated will run when the product status changes (to any status, including archived). You would then check if the current status is archived. If true, then you would unpublish the product from all channels

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
CrossVintage
New Member
14 0 0

Thanks!