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

    Interface UpdateShopCategoryRequest

    Request parameters for update_shop_category

    Use this call to update a existing collecion

    interface UpdateShopCategoryRequest {
        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.