Hey folks! 👋
Many beginners say an HTTPS request just returns a website's HTML—easy stuff, right? But if you've ever worked with APIs (like Shopify’s), you know it gets way more complex.
I recently ran into a tough challenge:
✅ First, I had to fetch Shopify order data via HTTPS
✅ Then extract the tracking ID
✅ And finally use that to get detailed courier tracking info
Sounds simple… but passing data between workflow nodes broke everything. 😩 The previous node had the data, but the next said “undefined.” Super frustrating.
👉 After some digging, I finally cracked the code and made it work.
I’ve attached:
📸 Workflow screenshot
📸 Error example (undefined issue)
📸 Final working solution
Hope this helps anyone struggling with API workflows!
And sorry for the delay—been a month since my last post 😅
If you have any questions, drop them in the comments below 👇 Always happy to help!