--- title: shopBillingPreferences - GraphQL Admin description: The shop's billing preferences, including the currency for paying for apps and services. Use this to create [app charges in the merchant's local billing currency](https://shopify.dev/docs/apps/launch/billing#supported-currencies), helping them budget their app spend without exposure to exchange rate fluctuations. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/ShopBillingPreferences md: https://shopify.dev/docs/api/admin-graphql/latest/queries/ShopBillingPreferences.md --- # shop​Billing​Preferences query The shop's billing preferences, including the currency for paying for apps and services. Use this to create [app charges in the merchant's local billing currency](https://shopify.dev/docs/apps/launch/billing#supported-currencies), helping them budget their app spend without exposure to exchange rate fluctuations. ## Possible returns * Shop​Billing​Preferences [Shop​Billing​Preferences!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopBillingPreferences) Billing preferences for the shop. *** ## Examples * ### shopBillingPreferences reference ## Query Reference ```graphql { shopBillingPreferences { # shopBillingPreferences fields } } ```