Is there any way to use the response in a Shopify Flow’s HTTP GET Request.
Its there as an option so I’m assuming its usable in the next conditions/actions but theres no documentation of what the response object is. eg {{ response }} {{ response.body }} etc.
Thanks for your post. There isn’t currently a way to do anything with the response for any of the HTTP request types aside from Flow automatically making the decision on whether to proceed with the next step or not based on the HTTP code.
So just to clarify, is the returned url passed on an an object? Would it be possible to return JSON data in a GET request’s URL parameters and use the returned URL/parameters in the next step’s conditions/actions?