Is there a way to have a trigger, delay, action to check if the trigger is still valid and then trigger again?
I want to have an incomplete order trigger on bigcommerce, with a delay of 10-15mins to make sure the customer hasn’t been able to fix it themselves and if its still valid then alert via email.
Or is there another way to handle the pause before pulling from bigcommerce?
Thanks :)
Best answer by christina.d
Hi friends, I wanted to swing by and summarize some of Troy’s responses here. Hope it helps! 🤗:
If you are trying to get the details of 1 order, then you need to configure the GET request with an Order ID as part of the URL path.
Another question if I may?
Sometimes a customer has an incomplete order with order ID 12345 but then when they do complete the order they end up with order ID 12346
I can see that I can pull all the orders for the customers email address, is there a filter I could use to check if there is a newer (bigger) order number that is in a state other than incomplete.