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

    Interface GetWeightRecommendationAttributeValue

    GetWeightRecommendationAttributeValue sub-interface for GetWeightRecommendationAttribute

    interface GetWeightRecommendationAttributeValue {
        original_value_name?: string;
        value_id: number;
        value_unit?: string;
    }
    Index

    Properties

    original_value_name?: string

    Value name of this item attribute.

    value_id: number

    Unique identifier for value of this item attribute.

    value_unit?: string

    Value unit of this item attribute.