Anchor to shopifyqlQueryshopifyql
queryshopifyql Query
Requires 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.
Anchor to Arguments
Arguments
- Anchor to queryquery•String!required
A ShopifyQL query.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to ShopifyqlQueryResponseShopifyql•Shopifyql
Query Response Query Response A response to a ShopifyQL query.
Was this section helpful?