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

    Interface GetCategoryCategory

    GetCategoryCategory sub-interface for GetCategoryResponseData

    interface GetCategoryCategory {
        category_id?: number;
        display_category_name?: string;
        has_children?: boolean;
        original_category_name?: string;
        parent_category_id?: number;
    }
    Index

    Properties

    category_id?: number

    ID for category.

    display_category_name?: string

    Display category name, it depends on what language you have uploaded

    has_children?: boolean

    Whether this category has active children category.

    original_category_name?: string

    English category name.

    parent_category_id?: number

    ID for parent category.