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

    Interface InitTierVariation_InitTierVariationModel

    InitTierVariation_InitTierVariationModel sub-interface for InitTierVariationResponseData

    interface InitTierVariation_InitTierVariationModel {
        cssp_id?: number;
        dimension?: InitTierVariation_InitTierVariationDimension;
        model_id?: number;
        model_sku?: string;
        price_info?: InitTierVariationPriceInfo[];
        seller_stock?: InitTierVariation_InitTierVariationSellerStock[];
        ssp_id?: number;
        tier_index?: any[];
        weight?: number;
    }
    Index

    Properties

    cssp_id?: number

    The ID of the country-specific Standardized Shop Product (CSSP) to associate with the default model of the new item. The value must be greater than 0 when provided. This field is required when ssp_id is provided.

    The dimension of this model.If don't set the dimension of this model, will use the dimension of item by default.

    model_id?: number

    ID of model

    model_sku?: string

    Seller SKU of this model

    new stock info

    ssp_id?: number

    The ID of the Standardized Shop Product (SSP) to associate with the default model of the new item. The value must be greater than 0 when provided. If ssp_id is provided, cssp_id must also be provided.

    tier_index?: any[]

    Tier index of model. Index starts from 0.

    weight?: number

    The weight of this model, the unit is KG.If don't set the weight of this model, will use the weight of item by default.If set the dimension of this model, them must set the weight of this model.