Hi all,
How can I create a shopify flow that fires product creation by setting the new created products unavailable on shopify frontend/ online?
Here is picture of the flow logic am using.
Hi all,
How can I create a shopify flow that fires product creation by setting the new created products unavailable on shopify frontend/ online?
Here is picture of the flow logic am using.
Why have “get product data” and the loop? You could just connect “product added to store” to “hide product”.
Alternatively, you could schedule a workflow to run every x hours, check for products created in that time period that are published and hide them. This is harder to build, so I would use the first approach if it works for you.