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

    Interface EditAllProductsOpenCampaignSettingRequest

    Request parameters for edit_all_products_open_campaign_setting

    Update for all products in the Open Campaign. We will only return the general error that caused the whole task failure, without returning the specific error for each product in the v2.ams.get_open_campaign_batch_task_result API. If you want to get the result for each products, you can use v2.ams.batch_edit_products_open_campaign_setting by pagination manually, or check the product status by using the GET API after the task progress turn to 100%.

    interface EditAllProductsOpenCampaignSettingRequest {
        commission_rate?: number;
        period_end_time?: number | Date;
        period_start_time?: number | Date;
    }
    Index

    Properties

    commission_rate?: number

    Commission Rate, 1.1 means 1.1%, support two decimal places, if miss, will skip and do not update

    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