How to set up a collection of "restocked" products when using custom tags to manage restock information for your products
[Setup method ①] Create a collection to display products with the tag "back_in_stock"
[Setting Method 2] Create a Flow that assigns product tags in the format "bs_[variant id]" and "back_in_stock" when the "Product variant out of stock" trigger is activated.
[Setting method 3] Create a Flow that deletes tags in the "bs_[variant id]" format when the "Product variant out of stock" trigger is activated, and also deletes the "back_in_stock" tag if there are no "bs_xxx" tags (Part 1).
After making a purchase (all items are ¥0), you will be able to view the sample code.
Couldn't load pickup availability
If you have already made a purchase, please login here.
Sample Codes
Test Theme :Dawn/Rise 15.2.0
An action to delete the tag that combines the id of the restocked variant with the prefix "bs_".
Action to delete "back_in_stock" tag if all "bs_xxx" are deleted