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

    Interface GetAuthorisedResellerBrandResponseData

    GetAuthorisedResellerBrandResponseData sub-interface for GetAuthorisedResellerBrandResponse

    interface GetAuthorisedResellerBrandResponseData {
        authorised_brand_list?: GetAuthorisedResellerBrandAuthorisedBrand[];
        is_authorised_reseller?: boolean;
        more?: boolean;
        total_count?: number;
    }
    Index

    Properties

    is_authorised_reseller?: boolean

    This is to indicate whether the shop is authorised reseller.

    more?: boolean

    This is to indicate whether the authorised brand 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 authorised brand.

    total_count?: number

    The number of authorised brand linked with the shop.