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

    Interface CategoryInfo

    Category information

    interface CategoryInfo {
        category_id: number;
        category_name: string;
        has_children: boolean;
        parent_category_id?: number;
    }
    Index

    Properties

    category_id: number

    The ID of category

    category_name: string

    The name of category

    has_children: boolean

    Whether this category has children

    parent_category_id?: number

    The ID of parent category (if any)