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

    Interface EditAffiliateListOfTargetedCampaignResponse

    Response for edit_affiliate_list_of_targeted_campaign API

    interface EditAffiliateListOfTargetedCampaignResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            campaign_id: number;
            fail_affiliate_list?: AmsFailedAffiliate[];
        };
        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: { campaign_id: number; fail_affiliate_list?: AmsFailedAffiliate[] }

    Type Declaration

    • campaign_id: number

      Campaign ID

    • Optionalfail_affiliate_list?: AmsFailedAffiliate[]

      List of failed affiliates

    warning?: string | string[]

    Warning message or list of warning messages