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

    Interface GlobalCategory

    Global category information

    interface GlobalCategory {
        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 based on selected language

    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