ProductVariant

@venuecms/sdk-next


Type Alias: ProductVariant

type ProductVariant = object;

Defined in: sdk/dist/index.d.mts:132

Type declaration

Name
Type
Defined in

catalogID?

string | null

currency?

string | null

externalLink?

string | null

productId?

string | null

productType?

| { id: string; type: string; } | null

productTypeId?

string | null

publicationDate?

string | unknown

Last updated