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

    Interface UpdateShopCategoryParams

    Parameters for updating a shop category

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

    Properties

    name?: string

    ShopCategory's name

    shop_category_id: number

    ShopCategory's unique identifier

    sort_weight?: number

    ShopCategory's sort weight

    status?: string

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