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

    Interface GetTargetedCampaignSettingsRequest

    Request parameters for get_targeted_campaign_settings

    For each campaign, return: campaign basic info (name, status, promotion period, message), selected product list (with product name & ID), selected affiliate list (with affiliate names)

    interface GetTargetedCampaignSettingsRequest {
        campaign_id: number;
    }
    Index

    Properties

    Properties

    campaign_id: number

    Campaign id for query.Note: For campaigns with campaign_source = ShopeeManaged, cannot be queried for details through this API.