Hello,
For a bit of context I am beginner and I am trying to automate ordering process in external app using zapier to generate json with all the order data and send it out using webhooks. I have figured out the basics I think. To make sure my integration is working properly I set up product variant metafields in Shopify (products are configurable, not always in the same way and we need a consistent way of saving product data for order processing).
I’ve got a problem with shopify metafields. I cannot seem to find a way to search for than one. I’m using find metafields and I think the first issue is that the data is intepreted as a string despite using formatter utility to transform text into line-items. I am attaching screenshots to with my current setup.
In the end I’d like to be able to create one json containing all the order data and correct product variant metafields assigned to proper products.