Skip to main content
Log inSign up
query

Returns a market resource by ID.

ID!required

The ID of the Market to return.


Was this section helpful?

A market is a group of one or more regions that you want to target for international sales. By creating a market, you can configure a distinct, localized shopping experience for customers from a specific area of the world. For example, you can change currency, configure international pricing, or add market-specific domains or subfolders.

catalogs
non-null

The catalogs that belong to the market.

catalogsCount

The number of catalogs that belong to the market.

currencySettings
non-null

The market’s currency settings.

handle
non-null

A short, human-readable unique identifier for the market. This is changeable by the merchant.

id
non-null

A globally-unique ID.

metafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

metafields
non-null

A list of custom fields that a merchant associates with a Shopify resource.

name
non-null

The name of the market. Not shown to customers.

webPresences
non-null

The market’s web presences, which defines its SEO strategy. This can be a different domain, subdomain, or subfolders of the primary domain. Each web presence comprises one or more language variants. If a market doesn't have any web presences, then the market is accessible on the primary market's domains using country selectors.

enabled
non-null

Whether the market is enabled to receive visitors and sales. Note: Regions in inactive markets can't be selected on the storefront or in checkout.

metafieldDefinitions
non-null

List of metafield definitions.

priceList

The market’s price list, which specifies a percentage-based price adjustment as well as fixed price overrides for specific variants.

Markets with multiple catalogs can have multiple price lists. To query which price lists are connected to a market, please query for price lists through the catalogs connection.

primary
non-null

Whether the market is the shop’s primary market.

privateMetafield

Returns a private metafield by namespace and key that belongs to the resource.

privateMetafields
non-null

List of private metafields that belong to the resource.

regions
non-null

The regions that comprise the market.

webPresence

The market’s web presence, which defines its SEO strategy. This can be a different domain, subdomain, or subfolders of the primary domain. Each web presence comprises one or more language variants. If a market doesn't have its own web presence, then the market is accessible on the primary market's domains using country selectors. If it's the primary market and it has multiple web presences, then this field will return the primary domain web presence.


Was this section helpful?