Type Alias LayerOptionPrices

LayerOptionPrices: {
    description: string;
    name: string;
    price: Record<string, string>;
    type: string;
    values: any[];
}

Info about additional product item option prices

Type declaration

  • description: string

    Option description

  • name: string

    Option name

  • price: Record<string, string>

    Additional price expressed in the region currency

  • type: string

    Option value type

  • values: any[]

    Possible option values