GitHub

ProductVariantMetafieldsArgs

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

import { ProductVariantMetafieldsArgs } from '@daffodil/driver/shopify'
type ProductVariantMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}
Type Options
ProductVariantMetafieldsArgs { identifiers: Array<HasMetafieldsIdentifier>; }