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

    Interface GetProductLevelCampaignIdListResponseData

    GetProductLevelCampaignIdListResponseData sub-interface for GetProductLevelCampaignIdListResponse

    interface GetProductLevelCampaignIdListResponseData {
        campaign_list?: GetProductLevelCampaignIdListCampaign[];
        has_next_page?: boolean;
        region?: string;
        shop_id?: number;
    }
    Index

    Properties

    the list of campaigns

    has_next_page?: boolean

    there are more campaigns on next page

    region?: string

    Region the shop belongs to

    shop_id?: number

    Shopee's unique identifier for a shop.