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

    Interface GetTargetedCampaignAddableProductListResponseData

    GetTargetedCampaignAddableProductListResponseData sub-interface for GetTargetedCampaignAddableProductListResponse

    interface GetTargetedCampaignAddableProductListResponseData {
        cursor?: string;
        item_list?: GetTargetedCampaignAddableProductListItem[];
        total_count?: number;
    }
    Index

    Properties

    cursor?: string

    Pass the content in the next request as cursor to get the next page data.

    Item list.

    total_count?: number

    The total count of items that meet the query criteria.