Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetBrandListResponse

    Response for getting brand list

    interface GetBrandListResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            brand_list: BrandItem[];
            has_next_page: boolean;
            input_type: string;
            is_mandatory: boolean;
            next_offset: number;
        };
        result?: {
            brand_list: BrandItem[];
            has_next_page: boolean;
            input_type: string;
            is_mandatory: boolean;
            next_offset: number;
        };
    }

    Hierarchy (View Summary)

    • FetchResponse<
          {
              brand_list: BrandItem[];
              has_next_page: boolean;
              input_type: string;
              is_mandatory: boolean;
              next_offset: number;
          },
      >
      • GetBrandListResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: {
        brand_list: BrandItem[];
        has_next_page: boolean;
        input_type: string;
        is_mandatory: boolean;
        next_offset: number;
    }

    Type Declaration

    • brand_list: BrandItem[]

      List of brands

    • has_next_page: boolean

      Has more data

    • input_type: string

      Input type

    • is_mandatory: boolean

      Is mandatory

    • next_offset: number

      Next page offset

    result?: {
        brand_list: BrandItem[];
        has_next_page: boolean;
        input_type: string;
        is_mandatory: boolean;
        next_offset: number;
    }

    Type Declaration

    • brand_list: BrandItem[]

      List of brands

    • has_next_page: boolean

      Has more data

    • input_type: string

      Input type

    • is_mandatory: boolean

      Is mandatory

    • next_offset: number

      Next page offset