import { ShopifyMarketMetafieldArgs } from '@daffodil/driver/shopify'
An audience of buyers that a merchant targets for sales. Audiences can include geographic regions, company locations, and retail locations. Markets enable localized shopping experiences with region-specific languages, currencies, and pricing.
Each market has a unique handle for identification and supports custom data through metafields. Learn more about building localized experiences with Shopify Markets.
interface ShopifyMarketMetafieldArgs {
key: string
namespace: string
}