--- title: Market - Storefront API description: >- A group of one or more regions of the world that a merchant is targeting for sales. To learn more about markets, refer to [the Shopify Markets conceptual overview](/docs/apps/markets). api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/objects/Market' md: 'https://shopify.dev/docs/api/storefront/2024-10/objects/Market.txt' --- # Market object A group of one or more regions of the world that a merchant is targeting for sales. To learn more about markets, refer to [the Shopify Markets conceptual overview](https://shopify.dev/docs/apps/markets). ## Fields * handle [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null A human-readable unique string for the market automatically generated from its title. * id [ID!](https://shopify.dev/docs/api/storefront/2024-10/scalars/ID) non-null A globally-unique ID. * metafield [Metafield](https://shopify.dev/docs/api/storefront/2024-10/objects/Metafield) A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * metafields [\[Metafield\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/Metafield) non-null A list of [custom fields](https://shopify.dev/docs/apps/build/custom-data) that a merchant associates with a Shopify resource. *** ## Map ### Fields with this object * {}[Country.market](https://shopify.dev/docs/api/storefront/2024-10/objects/Country#field-market) * {}[Localization.market](https://shopify.dev/docs/api/storefront/2024-10/objects/Localization#field-market) ### Possible type in * [Metafield​Parent​Resource](https://shopify.dev/docs/api/storefront/2024-10/unions/MetafieldParentResource) *** ## Interfaces * * [Has​Metafields](https://shopify.dev/docs/api/storefront/2024-10/interfaces/HasMetafields) interface * [Node](https://shopify.dev/docs/api/storefront/2024-10/interfaces/Node) interface *** ## ||-Market Implements ### Implements * ||-[Has​Metafields](https://shopify.dev/docs/api/storefront/2024-10/interfaces/HasMetafields) * ||-[Node](https://shopify.dev/docs/api/storefront/2024-10/interfaces/Node)