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

    Type Alias GetDirectShopRecommendedPriceParams

    type GetDirectShopRecommendedPriceParams = {
        category_id?: number;
        direct_shop_regions?: string[];
        enabled_channel_id_list?: number[];
        item_name?: string;
        main_item_id?: number;
        model_list?: any[];
    }
    Index

    Properties

    category_id?: number
    direct_shop_regions?: string[]
    enabled_channel_id_list?: number[]
    item_name?: string
    main_item_id?: number
    model_list?: any[]