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

    Interface GetBrandListRequest

    Request parameters for get_brand_list

    Get the brand data of a leaf category. More detail please check: https://open.shopee.com/developer-guide/209

    interface GetBrandListRequest {
        category_id: number;
        language?: string | number;
        offset: number;
        page_size: number;
        status: number;
    }
    Index

    Properties

    category_id: number

    ID of category.

    language?: string | number

    If language is not uploaded, the default language=en, the following are the languages supported by different markets SG: en ; MY: en / ms-my / zh-hans ; TH: en / th ; VN: en / vi ; PH: en ; TW: en / zh-hant ; ID: en / id ; BR: en / pt-br ; MX: en / es-mx ; CO: en/es-CO ; CL: en/es-CL. Note: For markets that have already launched global tree, Crossboard shop only support returning en and zh-hans language data

    offset: number

    Specifies the starting entry of data to return in the current call. Default is 0. If data is more than one page,this field needs to be replaced with "next_offset" to request,and the offset can be some entry to start next call.

    page_size: number

    the size of one page.Max=100

    status: number

    Brand status , 1: normal brand, 2: pending brand