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

    Interface GetGlobalCategoryResponse

    Response for getting global category list

    interface GetGlobalCategoryResponse {
        error: string;
        message: string;
        request_id: string;
        response: { category_list: GlobalCategory[] };
        result?: { category_list: GlobalCategory[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { category_list: GlobalCategory[] }

    Type Declaration

    result?: { category_list: GlobalCategory[] }

    Type Declaration