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

    Interface Category

    interface Category {
        category_id: number;
        children?: Category[];
        display_category_name: string;
        has_children: boolean;
        original_category_name: string;
        parent_category_id: number;
    }
    Index

    Properties

    category_id: number
    children?: Category[]
    display_category_name: string
    has_children: boolean
    original_category_name: string
    parent_category_id: number