I am trying to create a flow that is triggered by an order, and will do a separate action for every product sold.
This is what I have so far:
Start When Order Transaction is Created → Send HTTPS Request action for every product sold in order. Right now this triggers once for the whole order, but I am trying to get it to trigger for each product variant sold.
I thought about using the Inventory Item Created action, however I do not want this to trigger when I accept new inventory in the system.
Does anyone know of a way to do this? I noticed Shopify has a defaultCursor condition but I don’t know what that does (I can’t find any documentation on it).
We need to send an HTTPS Request, and Flow would be the perfect solution if it could iterate through all of the products in an order. I am able to output all of the products, but I need to have a separate HTTPS request for each product.