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

    Interface GetDirectShopRecommendedPriceModel

    GetDirectShopRecommendedPriceModel sub-interface for GetDirectShopRecommendedPriceRequest

    interface GetDirectShopRecommendedPriceModel {
        input_price?: number;
        model_id?: number;
        tier_index?: number[];
        weight?: number;
    }
    Index

    Properties

    input_price?: number
    model_id?: number

    Id of main model.

    tier_index?: number[]

    Tier index of main model. Index starts from 0.

    weight?: number