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

    Interface GetBrandListResponseData

    GetBrandListResponseData sub-interface for GetBrandListResponse

    interface GetBrandListResponseData {
        brand_list?: GetBrandListBrand[];
        has_next_page?: boolean;
        input_type?: string;
        is_mandatory?: boolean;
        next_offset?: number;
    }
    Index

    Properties

    brand_list?: GetBrandListBrand[]
    has_next_page?: boolean

    This is to indicate whether the item list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of items.

    input_type?: string

    Input type: DROP_DOWN

    is_mandatory?: boolean

    Whether is mandatory.

    next_offset?: number

    If has_next_page is true, this value need set to next request.offset