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

    Interface CreatePublishTaskModel

    CreatePublishTaskModel sub-interface for CreatePublishTaskItem

    interface CreatePublishTaskModel {
        model_status?: string;
        original_price: number;
        tier_index: number[];
    }
    Index

    Properties

    model_status?: string

    can be "NORMAL" or "UNAVAILABLE". Normal models can be sold on the buyer's side, and UNAVAILABLE models cannot be sold on the buyer's side. If you do not upload this field, the model status will be considered as "NORMAL".

    original_price: number

    Original price of model. If you upload this field, we will take your value, so you should pass the value in local currency, if you don't upload this field, Shopee will automatically calculate the price.

    tier_index: number[]

    Tier index of model.