Abhishek Kumar
Abhishek Kumar

Reputation: 1

Can a Shopify app access any Analytical reports from a merchant's store or only the custom reports which were created through API by the app?

Can a Shopify app access any Analytical reports from a merchant's store or only the custom reports which were created through API by the app , see here ? and if yes then how can we access that in php

Upvotes: -1

Views: 136

Answers (1)

David Lazar
David Lazar

Reputation: 11427

You are free to follow Shopify developer practices and to access store data using https://shopify.dev/api/shopifyql

Not sure what your question is, but PHP certainly has nothing to do with it, as any and all data API requests with Shopify are scripting language agnostic. In other words, if you can authenticate and you're authorized, make some API calls for data and do your work as per usual.

Upvotes: 1

Related Questions