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