GitHub

ShopifyMarketMetafieldArgs

interface

import { ShopifyMarketMetafieldArgs } 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 ShopifyMarketMetafieldArgs {
  key: string
  namespace: string
}