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

    Interface EditAutoProductAdsRequest

    Request parameters for edit_auto_product_ads

    Use this API to edit Auto Product Ads

    interface EditAutoProductAdsRequest {
        budget?: number;
        campaign_id: number;
        edit_action: string;
        end_date?: string;
        reference_id: string;
        start_date?: string;
    }
    Index

    Properties

    budget?: number

    The budget set for the Auto Product Ads

    campaign_id: number

    The unique identifier for a campaign

    edit_action: string

    Actions supported: "start", "pause", "resume", "stop", "change_budget", "change_duration"

    end_date?: string

    the end date per campaign

    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