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

    Interface AddShopCategoryRequest

    Request parameters for add_shop_category

    Use this call to add a new shop collecion

    interface AddShopCategoryRequest {
        name: string;
        sort_weight?: number;
    }
    Index

    Properties

    Properties

    name: string

    ShopCategory's name.

    sort_weight?: number

    ShopCategory's sort weight. The maximum number should be 2147483546.