GitHub

Market

import { Market } 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.

type Market = HasMetafields & Node & {
    __typename?: 'Market';
    handle: Scalars['String']['output'];
    id: Scalars['ID']['output'];
    metafield?: Maybe<Metafield>;
    metafields: Array<Maybe<Metafield>>;
}