GitHub

ProductVariantMetafieldsArgs

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

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

type ProductVariantMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}