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

    Interface GetDirectShopRecommendedPriceRequest

    Request parameters for get_direct_shop_recommended_price

    get recommend price for direct shop.

    interface GetDirectShopRecommendedPriceRequest {
        category_id?: number;
        direct_shop_regions: string[];
        enabled_channel_id_list?: number[];
        main_item_id: number;
        model_list?: GetDirectShopRecommendedPriceModel[];
    }
    Index

    Properties

    category_id?: number

    Main_item's category.

    direct_shop_regions: string[]

    Direct shop regions.

    enabled_channel_id_list?: number[]

    direct shop enabled channel

    main_item_id: number

    Main model model info.