Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I am looking to automate some backend tasks.
When a product is out of stock and I know that there is stock coming soon, I set a pre-order tag and I check : Continue selling when out of stock.
When the product is back again in stock, I would like to automatically (or with a flow) remove the pre-order tag and uncheck the « Continue selling when out of stock » option.
Removing the tag is easy with Flow but I couldn’t find a way to uncheck the « Continue selling when out of stock » option.
Any ideas ?
Thank for your help,
Solved! Go to the solution
This is an accepted solution.
This could also be done with the new "Send Admin API request" action (docs). Below is an example of that action configured to continue selling the variant.
It may be possible to update the inventoryPolicy, perhaps with a Send HTTP request action.
Yeah that should work.
This is an accepted solution.
This could also be done with the new "Send Admin API request" action (docs). Below is an example of that action configured to continue selling the variant.