GitHub

ProductVariantMetafieldArgs

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

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

type ProductVariantMetafieldArgs = {
    key: Scalars['String']['input'];
    namespace?: InputMaybe<Scalars['String']['input']>;
}