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

    Interface GetOpenCampaignBatchTaskResultResponse

    Response for get_open_campaign_batch_task_result API

    interface GetOpenCampaignBatchTaskResultResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            fail_count?: number;
            fail_item_id_list?: number[];
            status: string;
            success_count?: number;
        };
        warning?: string
        | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        fail_count?: number;
        fail_item_id_list?: number[];
        status: string;
        success_count?: number;
    }

    Type Declaration

    • Optionalfail_count?: number

      Failed count

    • Optionalfail_item_id_list?: number[]

      List of failed item IDs

    • status: string

      Task status: processing, completed, failed

    • Optionalsuccess_count?: number

      Success count

    warning?: string | string[]

    Warning message or list of warning messages