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

    Interface CreateAutoProductAdsRequest

    Request parameters for create_auto_product_ads

    Use this API to create Auto Product Ads

    interface CreateAutoProductAdsRequest {
        budget: number;
        end_date?: string;
        reference_id: string;
        start_date: string;
    }
    Index

    Properties

    budget: number

    The budget set for the Auto Product Ads

    end_date?: string

    the end date of each campaign. please kindly note that if you want to set an unlimited campaign, you can keep empty for the end date field

    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

    start_date: string

    the start date per campaign. please kindly note that if you want to set unlimited date, you can just pass today's date as the start date