How can i take shopify custom metafields json data out from shopify to azure

Usecase is every order placed, will have a payload in custom order metafield and i want to fetch that metafields data in azure storage. For this what is the best solution, is their any app for this, does shopify restrict this process. Need solution.

Hello @Tejas_More Thanks for reaching out to Shopify community with your concern. Yes, Shopify does not block exporting metafield data. Order metafields are stored with the order object and accessible through the Shopify Admin API (REST or GraphQL). You can fetch them just like you’d fetch other order properties.

There’s no restriction preventing the process, but Shopify won’t push it automatically — you must extract it yourself (via API or automation).

You can also try Windsor AI Shopify connector to extract data too if you don’t want to code it yourself.

Thanks, but still while using Admin Api i am not getting the data of particular custom metafield. Could you please guide more.

1 Like