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

    Interface AddGlobalModelGlobalModel

    AddGlobalModelGlobalModel sub-interface for AddGlobalModelRequest

    interface AddGlobalModelGlobalModel {
        dimension?: AddGlobalModelDimension;
        global_model_sku?: string;
        original_price: number;
        pre_order?: AddGlobalModelPreOrder;
        seller_stock?: AddGlobalModelSellerStock[];
        tier_index: number[];
        weight?: number;
    }
    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_sku?: string

    Sku of global model. model_sku length information needs to be no more than 100 characters.

    original_price: number

    Original price of global item.

    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.

    seller_stock?: AddGlobalModelSellerStock[]

    seller_stock of global item

    tier_index: number[]

    Tier index of global model.

    weight?: number

    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.If set the dimension of this global model, them must set the weight of this global model.