I am trying to integrate a bubble app with Shopify webhooks. So far I can access all the data the data that Shopify sends through the webhook and Bubble API endpoint, but I can’t seem to access nested fields!
The data I am trying to access is in Shipping_address, but the best I can do after playing around in bubble is getting a data response of [object Object]
Does anyone know what to do? Unfortanatly I can’t use any services like zapier or springblock I must achieve this in Bubble alone.
That was my initial thinking but unfortunately I can’t since I can’t save the data in the database as it shows as [Object object]. The wired thing is the API connector plugin is advanced enough to recognize the need fields but the end point API is not as developed to Handle this…
Yes that’s what I am planning on doing as a work around. Off course this means that I would need to OAuth the app now and this made it allot more Complicated…