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

    Interface CreatePublishTaskItem

    CreatePublishTaskItem sub-interface for CreatePublishTaskRequest

    interface CreatePublishTaskItem {
        description?: string;
        description_info?: CreatePublishTaskDescriptionInfo;
        image?: CreatePublishTaskImage;
        item_name?: string;
        item_status?: string;
        logistic?: CreatePublishTaskLogistic[];
        model?: CreatePublishTaskModel[];
        original_price?: number;
        pre_order?: CreatePublishTaskPreOrder;
        size_chart?: string;
        standardise_tier_variation?: CreatePublishTaskStandardiseTierVariation[];
    }
    Index

    Properties

    description?: string

    Description of item. If you upload this field, we will take your value, so you should pass the value in the local language, if you don't upload this field, Shopee will automatically translate your global product description into the local language.

    New description field. Only whitelist sellers can use it. If you use the field, please upload the description_type=extended otherwise api will return error. If you don't use this field, you don't need to upload the description_type or upload description_type=normal. If you upload this field, we will take your value, so you should pass the value in the local language, if you don't upload this field, Shopee will automatically translate your global product description into the local language.

    Image information of item.

    item_name?: string

    Name of item. If you upload this field, we will take your value, so you should pass the value in the local language, if you don't upload this field, Shopee will automatically translate your global product name into the local language.

    item_status?: string

    Status of item.

    Logistic information of item.

    Model information of item.

    original_price?: number

    Original price of item.For SG/MY/BR/MX/PL/ES/AR seller: Sellers can set the price with two decimal place, other regions can only set the price as an integer. 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.

    Preorder information of item.

    size_chart?: string

    Size chart of item. Only support image_id for now

    standardise_tier_variation?: CreatePublishTaskStandardiseTierVariation[]