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

    Interface GetOpenCampaignBatchTaskResultResponseData

    GetOpenCampaignBatchTaskResultResponseData sub-interface for GetOpenCampaignBatchTaskResultResponse

    interface GetOpenCampaignBatchTaskResultResponseData {
        fail_reason?: string;
        progress_rate?: number;
        status?: string;
    }
    Index

    Properties

    fail_reason?: string

    Error message, if it is not empty, it means there is an errorWill not return the detail error for each products, you can check the products detail by using GET API, or using the batch operate API

    progress_rate?: number

    Progress rate, 80 means 80%

    status?: string

    Task status. Applicable values:DoingDoneFailNote: Please note that task Done here refers to the completion of scanning all products in the shop, but not the successful execution of all products. Some products may fail, but due to the unpredictable huge volume of data, detailed information will not returned in the fail_reason. After the task is Done, you need to retrieve the list again by GET API and compare it with the before list to confirm the execution details