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

    Interface GetGlobalModelListGlobalModel

    GetGlobalModelListGlobalModel sub-interface for GetGlobalModelListResponseData

    interface GetGlobalModelListGlobalModel {
        dimension?: GetGlobalModelListDimension;
        global_model_id?: number;
        global_model_sku?: string;
        is_fulfillment_by_shopee?: boolean;
        pre_order?: GetGlobalModelListPreOrder;
        price_info?: GetGlobalModelListPriceInfo;
        stock_info?: GetGlobalModelListStockInfo[];
        tier_index?: number[];
        weight?: string;
    }
    Index

    Properties

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

    global_model_id?: number

    Id of global model.

    global_model_sku?: string

    Sku of global model.

    is_fulfillment_by_shopee?: boolean

    If it it a FBS model

    Pre-order information of this global model.Notes: If don't set the DTS of this global model, will use the DTS of the global item by default.

    Price info of global model.

    Stock info of global model.

    tier_index?: number[]

    Tier index of global model.

    weight?: string

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