Variant: { orderable?: boolean; price?: number; productId: string; tieredPrices?: ProductPriceTable[]; variationValues?: { [
key:
string]
: string; }; } & { [
key:
string]
: any; }
Type declaration
-
Optional
orderable?: boolean
-
Optional
price?: number
-
productId: string
-
-
Optional
variationValues?: {
[key: string]: string;
}