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

    Interface GetWeightRecommendationRequest

    Request parameters for get_weight_recommendation

    Get recommended weight. Now only BR shop support to use this api to get recommended weight.

    interface GetWeightRecommendationRequest {
        attribute_list: GetWeightRecommendationAttribute[];
        brand_id: number;
        category_id: number;
        cover_image_id: string;
        description?: string;
        description_info?: GetWeightRecommendationDescriptionInfo;
        description_type: string;
        item_name: string;
    }
    Index

    Properties

    brand_id: number

    Id of brand.

    category_id: number

    Shopee's unique identifier for a category.

    cover_image_id: string

    Image id of first product image.

    description?: string

    If description_type is normal , Description information should be set by this field.

    New description field. Only whitelist sellers can use it. If you use the field, please upload the description_type=extended.

    description_type: string

    Type of description, values: See Data Definition- description_type (normal , extended).

    item_name: string

    Name of the item in local language.