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

    Interface AddModel_AddModelModel

    AddModel_AddModelModel sub-interface for AddModelResponseData

    interface AddModel_AddModelModel {
        dimension?: AddModel_AddModelDimension;
        model_id?: number;
        model_sku?: string;
        price_info?: AddModelPriceInfo[];
        seller_stock?: AddModel_AddModelSellerStock[];
        tier_index?: number[];
        weight?: number;
    }
    Index

    Properties

    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, model_sku length information needs to be no more than 100 characters.

    price_info?: AddModelPriceInfo[]

    new stock info

    tier_index?: number[]

    model tier index

    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.