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

    Interface GetShopCategoryListShopCategory

    GetShopCategoryListShopCategory sub-interface for GetShopCategoryListResponseData

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

    Properties

    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. Applicable values--1: 'NORMAL', 2: 'INACTIVE', 0: 'DELETED'