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

    Interface ShopCategory

    Shop category information

    interface ShopCategory {
        created_by?: string;
        name: string;
        shop_category_id: number;
        sort_weight: number;
        status: number;
    }
    Index

    Properties

    created_by?: string

    Who created the category

    name: string

    ShopCategory's name

    shop_category_id: number

    ShopCategory's unique identifier

    sort_weight: number

    ShopCategory's sort weight

    status: number

    ShopCategory's status. 1: NORMAL, 2: INACTIVE, 0: DELETED