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

    Interface CategoryRecommendRequest

    Request parameters for category_recommend

    Recommend category by item name. Only for China mainland sellers and Korean sellers.

    interface CategoryRecommendRequest {
        global_item_name: string;
        global_product_cover_image?: string;
    }
    Index

    Properties

    global_item_name: string

    name of item

    global_product_cover_image?: string

    Please use the image id returned by v2.media_space.upload_image api, we will ignore if this field is empty string