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

    Interface GetModelListModel

    GetModelListModel sub-interface for GetModelListResponseData

    interface GetModelListModel {
        cssp_id?: number;
        dimension?: GetModelListDimension;
        gtin_code?: string;
        has_promotion?: boolean;
        is_fulfillment_by_shopee?: boolean;
        model_id: number;
        model_sku?: string;
        model_status?: string;
        pre_order?: GetModelListPreOrder;
        price_info: GetModelListPriceInfo[];
        promotion_id: any;
        ssp_id?: number;
        stock_info_v2?: GetModelListStockInfoV2;
        tier_index: number[];
        weight?: string;
    }
    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.

    gtin_code?: string

    (Only TW seller and BR local seller available) gtin code.

    has_promotion?: boolean

    Indicates whether the model is currently under any ongoing promotion.

    is_fulfillment_by_shopee?: boolean

    whether model is fulfillment by shopee

    model_id: number

    Model ID.

    model_sku?: string

    SKU of this model. the length should be under 100.

    model_status?: string

    The model status. Should be MODEL_NORMAL or MODEL_UNAVAILABLE. MODEL_NORMAL models can be sold on the buyer's side, and MODEL_UNAVAILABLE models cannot be sold on the buyer's side.

    (Only whitelisted users can use)

    price_info: GetModelListPriceInfo[]

    Price info.For SG/MY/BR/MX/PL/ES/AR seller: Sellers can set the price with two decimal place, other regions can only set the price as an integer.

    promotion_id: any

    Current promotion ID of this model.

    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.

    stock_info_v2?: GetModelListStockInfoV2

    new stock info.Please check this FAQ for more detail: https://open.shopee.com/faq?top=162&sub=166&page=1&faq=230

    tier_index: number[]

    Tier index of this model.

    weight?: string

    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.