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

    Interface PublishModel

    Model information for publishing

    interface PublishModel {
        model_status?: string;
        original_price?: number;
        pre_order?: OutletPreOrder;
        relate_mart_model_id: number;
        seller_stock?: OutletSellerStock[];
    }
    Index

    Properties

    model_status?: string

    The status of model

    original_price?: number

    The original price of the model

    pre_order?: OutletPreOrder

    Pre-order configuration, set in outlet sku level

    relate_mart_model_id: number

    The model ID in the Mart shop that this outlet model is associated with. model_id=0 for items with only the default model(no variations)

    seller_stock?: OutletSellerStock[]

    Stock information for the model, set in outlet sku level