GitHub

ShopifyMarket

interface

import { ShopifyMarket } from '@daffodil/driver/shopify'

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.

interface ShopifyMarket {
  __typename: "Market"
  handle: string
  id: string
  metafield: ShopifyMetafield
  metafields: ShopifyMetafield[]
}

Properties

__typename
"Market"
handle
string

A human-readable unique string for the market automatically generated from its title.

id
string

A globally-unique ID.

metafield
ShopifyMetafield

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
ShopifyMetafield[]

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