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

    Interface GlobalCategoryRecommendResponse

    Response for category recommendation

    interface GlobalCategoryRecommendResponse {
        error: string;
        message: string;
        request_id: string;
        response: { category_id_list: number[] };
        result?: { category_id_list: number[] };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ category_id_list: number[] }>
      • GlobalCategoryRecommendResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { category_id_list: number[] }

    Type Declaration

    • category_id_list: number[]

      List of recommended categories

    result?: { category_id_list: number[] }

    Type Declaration

    • category_id_list: number[]

      List of recommended categories