I am new to Shopify App Development and want to store some data which we generate after interacting with shopify API data. Is it possible to store data locally.
I am new to Shopify App Development and want to store some data which we generate after interacting with shopify API data. Is it possible to store data locally.
2
Answers
If by “locally” you mean to store data into the Shopify database itself, you can use Metafields that are attached to entities in Shopify. See Shopify Metafield API
But in the other hand, if by “locally” you mean you want to store data you get and process from the Shopify API, you can simply store it in your own database.
I’m assuming locally means => Storing into your own server where API is hosted.
If you want to add or update other than in-build content which are provided in shopify. You will have to use shopify ScriptTag.
Ref. https://help.shopify.com/api/reference/online_store/scripttag#index
You could directly modify the way their website behaves. You could add image carousels to their home page that feature certain products. You could integrate a custom live chat feature that helps the store owner and their staff interact with their site visitors and potential customers. You could even build a popup widget that exchanges a discount code for the visitors email address.