Skip to main content
query

Requires read_reports access scope. Also: Level 2 access to Customer data including name, address, phone, and email fields. Please refer to https://shopify.dev/docs/apps/launch/protected-customer-data.

Executes a ShopifyQL query to analyze store data and returns results in a tabular format.

The response includes column metadata with names, data types, and display names, along with the actual data rows. If the query contains syntax errors, then the response provides parse error messages instead of table data.

String!
required

A ShopifyQL query.


Was this section helpful?

Anchor to ShopifyqlQueryResponseShopifyqlQueryResponse
ShopifyqlQueryResponse

A response to a ShopifyQL query.


Was this section helpful?