ShopifyQL queries are no longer supported in the Admin GraphQL API as of version 2024-07, due to the deprecation of the ShopifyQL API. This means that merchants and developers looking to run analytical queries—such as calculating sales, conversions, or bounce rates—can no longer rely on shopifyqlQuery
within the standard Admin GraphQL endpoint. As an alternative, developers must now use the standard Admin GraphQL API to fetch raw data (e.g., orders, products, customers) and perform necessary calculations or aggregations manually within their applications. While this approach requires more effort and logic on the client side, it remains the only supported way to access operational data since session-based analytics like traffic, bounce rate, and conversion are not exposed via GraphQL. For stores with advanced reporting needs, ShopifyQL Notebooks inside the Shopify admin can still be used interactively, but there is currently no replacement for API-based analytical queries in custom apps.
1 Like
Hey @Sanket_Jadav
You’ve identified the correct alternatives following the ShopifyQL sunset in version 2024-07. As outlined in our official changelog, the standard Admin GraphQL API for fetching raw data (like the Orders API) and the Web Pixels API for behavioral analytics are indeed the recommended paths forward.