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

    Interface UpdateShopCategoryResponseData

    UpdateShopCategoryResponseData sub-interface for UpdateShopCategoryResponse

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

    Properties

    name?: string

    ShopCategory's name.

    shop_category_id?: number

    This is to indicate whether the shop categories list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of shop categories

    sort_weight?: number

    ShopCategory's sort weight.

    status?: string

    ShopCategory's status. Applicable values: NORMAL, INACTIVE, DELETED.