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

    Interface ModelInfo

    Individual model information

    interface ModelInfo {
        dimension?: ModelDimension;
        gtin_code?: string;
        is_fulfillment_by_shopee?: boolean;
        model_id?: number;
        model_name?: string;
        model_sku?: string;
        model_status?: string;
        pre_order?: ModelPreOrder;
        price_info: ModelPriceInfo[];
        promotion_id?: number;
        stock_info_v2?: ModelStockInfoV2;
        tier_index?: number[];
        weight?: string;
    }
    Index

    Properties

    dimension?: ModelDimension

    The dimension of this model

    gtin_code?: string

    GTIN code (only available for TW seller and BR local seller)

    is_fulfillment_by_shopee?: boolean

    Whether model is fulfillment by shopee

    model_id?: number

    Model ID

    model_name?: string

    Name of the model

    model_sku?: string

    SKU of this model

    model_status?: string

    The model status, either MODEL_NORMAL or MODEL_UNAVAILABLE

    pre_order?: ModelPreOrder

    Pre-order information

    price_info: ModelPriceInfo[]

    Price information for this model

    promotion_id?: number

    Current promotion ID of this model

    stock_info_v2?: ModelStockInfoV2

    Stock information v2

    tier_index?: number[]

    Tier index of this model

    weight?: string

    The weight of this model, the unit is KG