Shop object

Represents the shop object.

On this page

Connections

  • assignedFulfillmentOrders ([FulfillmentOrderConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder))
    Paginated list of fulfillment orders assigned to fulfillment services.
    Required access
    read_assigned_fulfillment_orders access scope.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
assignmentStatus
(
[FulfillmentOrderAssignmentStatus](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderassignmentstatus)

)
The assigment status of the fulfillment orders that should be returned.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
locationIds
(
[[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

)
Returns fulfillment orders only for certain locations, specified by a list of location IDs.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
sortKey
(
[FulfillmentOrderSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordersortkeys)

)
Sort the underlying list by the given key.
Default value: ID
  • availableChannelApps ([AppConnection!](https://shopify.dev/docs/admin-api/graphql/reference/apps/appconnection))
    List of sales channels not currently installed on the shop.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
  • currencySettings ([CurrencySettingConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting))
    The currency settings for the shop.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
  • customerTags ([StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection))
    A list of tags that have been added to customer accounts.
    Required access
    read_customers access scope.
Argument Description
first
(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

) REQUIRED
Returns up to the first n elements from the list.
  • draftOrderTags ([StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection))
    A list of tags that have been added to draft orders.
    Required access
    read_draft_orders access scope.
Argument Description
first
(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

) REQUIRED
Returns up to the first n elements from the list.
  • fulfillmentOrders ([FulfillmentOrderConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder))
    Paginated list of merchant-managed and third-party fulfillment orders.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
includeClosed
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Whether to include closed fulfillment orders.
Default value: false
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
query
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Supported filter parameters:
+ assigned_location_id
+ status
See the detailed search syntax.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
sortKey
(
[FulfillmentOrderSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordersortkeys)

)
Sort the underlying list by the given key.
Default value: ID
  • metafields ([MetafieldConnection!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldconnection))
    A paginated list of metafields associated with the resource.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
namespace
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Finds all metafields with a specific namespace under the resource.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
  • orderTags ([StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection))
    A list of tags that have been added to orders.
    Required access
    read_orders access scope.
Argument Description
first
(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

) REQUIRED
Returns up to the first n elements from the list.
sort
(
[ShopTagSort](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shoptagsort)

)
Sort type.
Default value: ALPHABETICAL
  • privateMetafields ([PrivateMetafieldConnection!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/privatemetafieldconnection))
    List of private metafields.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
namespace
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Filter the private metafields by namespace.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
  • productImages ([ImageConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/imageconnection))
    All images of all products of the shop.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
crop
(
[CropRegion](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/cropregion)

)
Crops the image according to the specified region. This argument is deprecated: Use crop on Image.transformedSrc instead.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
maxHeight
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Image height in pixels between 1 and 2048. This argument is deprecated: Use maxHeight on Image.transformedSrc instead.
maxWidth
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Image width in pixels between 1 and 2048. This argument is deprecated: Use maxWidth on Image.transformedSrc instead.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
scale
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use scale on Image.transformedSrc instead.
Default value: 1
sortKey
(
[ProductImageSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productimagesortkeys)

)
Sort the underlying list by the given key.
Default value: CREATED_AT
  • productTags ([StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection))
    A list of tags that have been added to products.
    Required access
    read_products access scope.
Argument Description
first
(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

) REQUIRED
Returns up to the first n elements from the list.
  • productTypes ([StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection))
    Types added to products.
    Required access
    read_products access scope.
Argument Description
first
(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

) REQUIRED
Returns up to the first n elements from the list.
  • productVendors ([StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection))
    Vendors added to products.
    Required access
    read_products access scope.
Argument Description
first
(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

) REQUIRED
Returns up to the first n elements from the list.
  • search ([SearchResultConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchresultconnection))
    Return admin search results.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
first
(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

) REQUIRED
Returns up to the first n elements from the list.
query
(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

) REQUIRED
The search query to filter by.
types
(
[[SearchResultType!]](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchresulttype)

)
The search result types to filter by.
  • storefrontAccessTokens ([StorefrontAccessTokenConnection!](https://shopify.dev/docs/admin-api/graphql/reference/access/storefrontaccesstokenconnection))
    Storefront access token of a private application. Scoped per-application.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
  • uploadedImages ([ImageConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/imageconnection))
    All images uploaded to the shop.
    Required access
    read_images access scope.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
crop
(
[CropRegion](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/cropregion)

)
Crops the image according to the specified region. This argument is deprecated: Use crop on Image.transformedSrc instead.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
maxHeight
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Image height in pixels between 1 and 2048. This argument is deprecated: Use maxHeight on Image.transformedSrc instead.
maxWidth
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Image width in pixels between 1 and 2048. This argument is deprecated: Use maxWidth on Image.transformedSrc instead.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
scale
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use scale on Image.transformedSrc instead.
Default value: 1
sortKey
(
[ShopImageSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopimagesortkeys)

)
Sort the underlying list by the given key.
Default value: CREATED_AT
  • Fields

  • alerts ([[ShopAlert!]!](https://shopify.dev/docs/admin-api/graphql/reference/events/shopalert))
    Alert message that appears in the Shopify admin.
  • analyticsToken ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The token required to query the shop’s reports or dashboards.
  • billingAddress ([MailingAddress!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/mailingaddress))
    The shop’s billing address information.
  • checkoutApiSupported ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Specifies whether the shop supports checkouts via Checkout API.
  • contactEmail ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The public-facing contact email address for the shop. Customers will use this email to communicate with the shop owner.
  • countriesInShippingZones ([CountriesInShippingZones!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/countriesinshippingzones))
    Countries that have been defined in shipping zones for the shop.
  • currencyCode ([CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
    The three letter code for the shop’s currency.
  • currencyFormats ([CurrencyFormats!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/currencyformats))
    How currencies are displayed on your store.
  • customerAccounts ([ShopCustomerAccountsSetting!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopcustomeraccountssetting))
    The shop’s customer account requirement preference.
  • description ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The shop’s meta description used in search engine results.
  • domains ([[Domain!]!](https://shopify.dev/docs/admin-api/graphql/reference/online-store/domain))
    The domains configured for the shop.
  • email ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The shop owner’s email address. Shopify will use this email address to communicate with the shop owner.
  • enabledPresentmentCurrencies ([[CurrencyCode!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
    The presentment currencies enabled for the shop.
  • features ([ShopFeatures!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopfeatures))
    The shop’s features.
  • fulfillmentServices ([[FulfillmentService!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentservice))
    List of the shop’s installed fulfillment services.
  • ianaTimezone ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The shop’s time zone as defined by the IANA.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • limitedPendingOrderCount ([LimitedPendingOrderCount!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/limitedpendingordercount))
    The number of pendings orders on the shop. Limited to a maximum of 10000.
  • metafield ([Metafield](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafield))
    The metafield associated with the resource.
Argument Description
key
(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

) REQUIRED
Identifier for the metafield (maximum of 30 characters).
namespace
(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

) REQUIRED
Container for a set of metafields (maximum of 20 characters).
  • myshopifyDomain ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The shop’s .myshopify.com domain name.
  • name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The shop’s name.
  • navigationSettings ([[NavigationItem!]!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/navigationitem))
    The navigation settings of the shop.
  • orderNumberFormatPrefix ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The prefix that appears before order numbers.
  • orderNumberFormatSuffix ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The suffix that appears after order numbers.
  • paymentSettings ([PaymentSettings!](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsettings))
    Settings related to payments.
  • plan ([ShopPlan!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopplan))
    The shop’s plan.
  • primaryDomain ([Domain!](https://shopify.dev/docs/admin-api/graphql/reference/online-store/domain))
    The shop’s primary domain name.
  • privateMetafield ([PrivateMetafield](https://shopify.dev/docs/admin-api/graphql/reference/metafields/privatemetafield))
    Returns a private metafield found by namespace and key.
Argument Description
key
(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

) REQUIRED
The key for the private metafield.
namespace
(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

) REQUIRED
The namespace for the private metafield.
  • publicationCount ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    Exposes the number of publications.
  • resourceLimits ([ShopResourceLimits!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopresourcelimits))
    Resource limits of a shop.
  • richTextEditorUrl ([URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01))
    The URL of the rich text editor.
  • searchFilters ([SearchFilterOptions!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchfilteroptions))
    List of search filter options.
  • setupRequired ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the shop has outstanding setup steps.
  • shipsToCountries ([[CountryCode!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
    Countries that the shop ships to.
  • shopPolicies ([[ShopPolicy!]!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shoppolicy))
    A list of all policies associated with a shop.
  • taxShipping ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Specifies whether or not taxes are charged for shipping.
  • taxesIncluded ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    The setting for whether applicable taxes are included in product prices.
  • timezoneAbbreviation ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The shop’s time zone abbreviation.
  • timezoneOffset ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The shop’s time zone offset.
  • timezoneOffsetMinutes ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The shop’s time zone offset expressed in number of minutes.
  • translations ([[PublishedTranslation!]!](https://shopify.dev/docs/admin-api/graphql/reference/translations/publishedtranslation))
    The translations associated with the resource.
Argument Description
locale
(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

) REQUIRED
Filters translations locale.
  • unitSystem ([UnitSystem!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/unitsystem))
    The shop’s unit system.
  • uploadedImagesByIds ([[Image!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/image))
    Fetch list of images uploaded to shop by ids.
    Required access
    read_images access scope.
Argument Description
imageIds
(
[[ID!]!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

) REQUIRED
The ids of uploaded images.
  • url ([URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01))
    The URL of the shop’s storefront.
  • weightUnit ([WeightUnit!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/weightunit))
    The shop’s primary unit of weight for products and shipping.

Types that return Shop

  • [QueryRoot.shop](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#shop-2021-01)

Implements

  • [HasMetafields](https://shopify.dev/docs/admin-api/graphql/reference/metafields/hasmetafields)
  • [HasPublishedTranslations](https://shopify.dev/docs/admin-api/graphql/reference/translations/haspublishedtranslations)
  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)

Deprecated fields

  • channelCount ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)) DEPRECATED
    Exposes the number of channels.
    Deprecation warning
    Use publicationCount instead
  • channels ([ChannelConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/channel)) DEPRECATED
    List of the shop’s active sales channels.
    Deprecation warning
    Use QueryRoot.channels instead.