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 accessread_assigned_fulfillment_orders
access scope.
- availableChannelApps (
[AppConnection!](https://shopify.dev/docs/admin-api/graphql/reference/apps/appconnection)
)
List of sales channels not currently installed on the shop.
- currencySettings (
[CurrencySettingConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting)
)
The currency settings for the shop.
- 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 accessread_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 accessread_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.
- orderTags (
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
A list of tags that have been added to orders.
Required accessread_orders
access scope.
- privateMetafields (
[PrivateMetafieldConnection!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/privatemetafieldconnection)
)
List of private metafields.
- productImages (
[ImageConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/imageconnection)
)
All images of all products of the shop.
- productTags (
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
A list of tags that have been added to products.
Required accessread_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 accessread_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 accessread_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.
- storefrontAccessTokens (
[StorefrontAccessTokenConnection!](https://shopify.dev/docs/admin-api/graphql/reference/access/storefrontaccesstokenconnection)
)
Storefront access token of a private application. Scoped per-application.
- uploadedImages (
[ImageConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/imageconnection)
)
All images uploaded to the shop.
Required accessread_images
access scope.
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.
- 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.
- 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 accessread_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
UsepublicationCount
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
UseQueryRoot.channels
instead.