shopifyshopify-appshopify-apishopify-template

Shopify get theme content JSON response using API


I am doing application for shopify using shopifyGraphQL storefront.

On the shopify website is using some theme. from the theme admin can sent banner and some advertisement message.

now i want to get those home page data on my mobile application (Data is set on the theme so question is how to get those data using APIs or any other way.) using GraphQL API or any normal Rest API?


Solution

  • After Id done many R & D i found that themes are dome by the various shopify developers and they live those application/themes on the https://apps.shopify.com so every developer that done the custom work apart from the default shopify facility they store data in their custom database.

    So, if theme developer it self provide some APIs then only you can get those changes otherwise not