ProductVariantMetafieldArgs
A product variant represents a different version of a product, such as differing sizes or differing colors.
import { ProductVariantMetafieldArgs } from '@daffodil/driver/shopify'
type ProductVariantMetafieldArgs = {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
}
Type | Options |
---|---|
ProductVariantMetafieldArgs | {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
} |