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

    Interface UpdateGlobalModelGlobalModel

    UpdateGlobalModelGlobalModel sub-interface for UpdateGlobalModelRequest

    interface UpdateGlobalModelGlobalModel {
        dimension?: UpdateGlobalModelDimension;
        global_model_id: number;
        global_model_sku: string;
        pre_order?: UpdateGlobalModelPreOrder;
        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_id: number

    ID of global model.

    global_model_sku: string

    Sku of global 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.

    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.