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

    Interface EditManualProductAdKeywordsRequest

    Request parameters for edit_manual_product_ad_keywords

    Use this API to edit Manual Selection Product Ad Keywords

    interface EditManualProductAdKeywordsRequest {
        campaign_id: number;
        reference_id: string;
        selected_keywords: EditManualProductAdKeywordsSelectedKeyword[];
    }
    Index

    Properties

    campaign_id: number

    The unique identifier for a campaign

    reference_id: string

    A random string used to prevent duplicate ads. If an ads is created successfully, subsequent request using the same reference id will fail

    selected keywords, required for manual bidding mode.