GitHub

MarketMetafieldArgs

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.

import { MarketMetafieldArgs } from '@daffodil/driver/shopify'
type MarketMetafieldArgs = {
    key: Scalars['String']['input'];
    namespace?: InputMaybe<Scalars['String']['input']>;
}
Type Options
MarketMetafieldArgs { key: Scalars['String']['input']; namespace?: InputMaybe<Scalars['String']['input']>; }