GitHub

ShopifyProductVariantMetafieldArgs

interface

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

A product variant represents a different version of a product, such as differing sizes or differing colors.

interface ShopifyProductVariantMetafieldArgs {
  key: string
  namespace: string
}