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[]
}
__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 |
metafields ShopifyMetafield[] |
|---|
A list of custom fields that a merchant associates with a Shopify resource. |