New include_mirrored_exchanges
query filter parameter
include_mirrored_exchanges
query filter parameterWe've added a new query filter parameter to provide greater flexibility in managing and viewing exchange data using the Retail ExchangeV2 GraphQL Admin API.
The query filter parameter controls whether exchanges that are mirrored from the Shopify admin are queryable through the GraphQL Admin API. Only exchanges that are created in the Shopify admin after API version 2025-04 will be queryable with the GraphQL Admin API. Historical exchanges won't be queryable using the API.
To include mirrored exchanges in your API query results, set the parameter to true: . This ensures that all exchanges, including those mirrored from the Shopify admin, are visible in the API response. This is the default, so if no query parameter is included, then API query results will include mirrored Shopify admin exchanges.
Conversely, if you want to exclude mirrored exchanges from the results, then set the parameter to false: . This filters out any exchanges that are mirrored from the Shopify admin, providing a cleaner dataset.