Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetSizeChartDetailMeasurementValue

    GetSizeChartDetailMeasurementValue sub-interface for GetSizeChartDetailColumn

    interface GetSizeChartDetailMeasurementValue {
        max_value?: number;
        min_value?: number;
        option?: string;
        value?: number;
    }
    Index

    Properties

    max_value?: number

    if the input_type of measurement is input range number, measurement will be a range which is returned by 2 fields: min_value and max_value.

    min_value?: number

    if the input_type of measurement is input range number, measurement will be a range which is returned by 2 fields: min_value and max_value.

    option?: string

    if the input_type of measurement is single dropdown, measurement will have one value which is returned by this field.

    value?: number

    if the input_type of measurement is single input number, measurement will have one value which is returned by this field.