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

    Interface BatchEditProductsOpenCampaignSettingRequest

    Request parameters for batch_edit_products_open_campaign_setting

    Batch update open campaign settings for a given list of product IDs

    interface BatchEditProductsOpenCampaignSettingRequest {
        campaign_ids: number[];
        commission_rate?: number;
        period_end_time?: number | Date;
        period_start_time?: number | Date;
    }
    Index

    Properties

    campaign_ids: number[]

    The list of campaign_id, max limit: 50

    commission_rate?: number

    Commission Rate, 1.1 means 1.1%, support two decimal places

    period_end_time?: number | Date

    Period end time, in seconds, if missing, will skip and do not updateCan set 32503651199 to make period no limit

    period_start_time?: number | Date

    Period start time, in seconds, if missing, will skip and do not updateOnly allow to update on UPCOMING status, when in other status, will skip too