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

    Interface GetRecommendAttributeRequest

    Request parameters for get_recommend_attribute

    Get recommend attributes. Only for China mainland sellers and Korean sellers.

    interface GetRecommendAttributeRequest {
        category_id: number;
        cover_image_id?: string;
        global_item_name: string;
    }
    Index

    Properties

    category_id: number

    ID of category.

    cover_image_id?: string

    ID of image.

    global_item_name: string

    Name of item.