GitHub

ShopifyLocationMetafieldArgs

Type

import { ShopifyLocationMetafieldArgs } from '@daffodil/driver/shopify'

A physical store location where product inventory is held and that supports in-store pickup. Provides the location's name, address, and geographic coordinates for proximity-based sorting. Use with StoreAvailability to show customers where a ProductVariant is available for pickup.

Learn more about supporting local pickup on storefronts.

interface ShopifyLocationMetafieldArgs {
  key: string
  namespace: string
}