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

    Interface GetBrandListRequest

    Request parameters for get_brand_list

    Use this call to get a list of brand. Only for China mainland sellers and Korean sellers.

    interface GetBrandListRequest {
        category_id: number;
        offset: number;
        page_size: number;
        status: number;
    }
    Index

    Properties

    category_id: number

    ID of category.

    offset: number

    Specifies the starting entry of data to return in the current call. Default is 0. if data is more than one page, the offset can be some entry to start next call.

    page_size: number

    the size of one page.

    status: number

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