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

    Interface EditManualProductAdKeywordsSelectedKeyword

    EditManualProductAdKeywordsSelectedKeyword sub-interface for EditManualProductAdKeywordsRequest

    interface EditManualProductAdKeywordsSelectedKeyword {
        bid_price_per_click?: number;
        edit_action: string;
        keyword: string;
        match_type?: string;
    }
    Index

    Properties

    bid_price_per_click?: number

    the bid price of keyword; required if changing bid price

    edit_action: string

    The update behaviours such as "add", "delete", "restore", "change_bid_price", "change_match_type"

    keyword: string

    bid keyword for each campaign

    match_type?: string

    exact, broad; required if changing match type