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

    Interface BatchAddProductsToOpenCampaignRequest

    Request parameters for batch_add_products_to_open_campaign

    Batch add products to the Open Campaign for a given list of product IDs

    interface BatchAddProductsToOpenCampaignRequest {
        commission_rate: number;
        item_id_list: 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

    item_id_list: number[]

    The list of item_id, max limit: 50

    period_end_time?: number | Date

    Period end time, in seconds, if missing, will set 32503651199 (2999-12-31 23:59:59) represent of no limit

    period_start_time?: number | Date

    Period start time, in seconds, if missing, will set 10 minutes later