# ShopFeatures - admin - OBJECT
Version: 2025-01

## Description
Represents the feature set available to the shop.
Most fields specify whether a feature is enabled for a shop, and some fields return information
related to specific features.

### Access Scopes



## Fields
* [avalaraAvatax](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop has access to Avalara AvaTax.
* [branding](/docs/api/admin/2025-01/enums/ShopBranding): ShopBranding! - The branding of the shop, which influences its look and feel in the Shopify admin.
* [bundles](/docs/api/admin/2025-01/objects/BundlesFeature): BundlesFeature! - Represents the Bundles feature configuration for the shop.
* [captcha](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop's online store can have CAPTCHA protection.
* [captchaExternalDomains](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop's online store can have CAPTCHA protection for domains not managed by Shopify.
* [cartTransform](/docs/api/admin/2025-01/objects/CartTransformFeature): CartTransformFeature! - Represents the cart transform feature configuration for the shop.
* [deliveryProfiles](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the delivery profiles functionality is enabled for this shop.
* [dynamicRemarketing](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop has access to the Google Analytics dynamic remarketing feature.
* [eligibleForSubscriptionMigration](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop can be migrated to use Shopify subscriptions.
* [eligibleForSubscriptions](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop is configured properly to sell subscriptions.
* [giftCards](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop can create gift cards.
* [harmonizedSystemCode](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop displays Harmonized System codes on products. This is used for customs when shipping
internationally.
* [internationalDomains](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop can enable international domains.
* [internationalPriceOverrides](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop can enable international price overrides.
* [internationalPriceRules](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop can enable international price rules.
* [legacySubscriptionGatewayEnabled](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop has enabled a legacy subscription gateway to handle older subscriptions.
* [liveView](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether to show the Live View metrics in the Shopify admin. Live view is hidden from merchants that are on a trial
or don't have a storefront.
* [onboardingVisual](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop has access to the onboarding visual.
* [paypalExpressSubscriptionGatewayStatus](/docs/api/admin/2025-01/enums/PaypalExpressSubscriptionsGatewayStatus): PaypalExpressSubscriptionsGatewayStatus! - Whether a shop is configured to sell subscriptions with PayPal Express.
* [reports](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop has access to all reporting features.
* [sellsSubscriptions](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop has ever had subscription products.
* [shopifyPlus](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the shop has a Shopify Plus subscription.
* [showMetrics](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether to show metrics in the Shopify admin. Metrics are hidden for new merchants until they become meaningful.
* [storefront](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop has an online store.
* [usingShopifyBalance](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether a shop is using Shopify Balance.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples