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 productPromotions?: ProductPromotion$1[]
  • Optional tieredPrices?: ProductPriceTable$1[]
  • Optional variationValues?: {
        [key: string]: string;
    }
    • [key: string]: string

Type declaration

  • [key: string]: any