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

    Interface GetProductCategoryResponse

    Response for getting product category list

    interface GetProductCategoryResponse {
        error: string;
        message: string;
        request_id: string;
        response: { category_list: CategoryInfo[] };
        result?: { category_list: CategoryInfo[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

    result?: { category_list: CategoryInfo[] }

    Type Declaration