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

    Interface PublishItemToOutletShopModel

    PublishItemToOutletShopModel sub-interface for PublishItemToOutletShopPublishItem

    interface PublishItemToOutletShopModel {
        model_status?: string;
        original_price?: number;
        pre_order?: PublishItemToOutletShopPreOrder;
        relate_mart_model_id: number;
        seller_stock?: PublishItemToOutletShopSellerStock[];
    }
    Index

    Properties

    model_status?: string

    The status of model.

    original_price?: number

    The original price of the model.

    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)

    Stock information for the model, set in outlet sku level.