--- title: backupRegion - GraphQL Admin description: The backup region of the shop. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/backupregion md: https://shopify.dev/docs/api/admin-graphql/latest/queries/backupregion.md --- # backup​Region query The backup region of the shop. ## Possible returns * Market​Region [Market​Region!](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/MarketRegion) A geographic region which comprises a market. *** ## Examples * ### backupRegion reference ## Query Reference ```graphql { backupRegion { # backupRegion fields } } ```