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

    Interface GetOpenCampaignAddedProductResponseData

    GetOpenCampaignAddedProductResponseData sub-interface for GetOpenCampaignAddedProductResponse

    interface GetOpenCampaignAddedProductResponseData {
        cursor?: string;
        has_more?: boolean;
        item_list?: GetOpenCampaignAddedProductItem[];
        total_count?: number;
    }
    Index

    Properties

    cursor?: string

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

    has_more?: boolean

    This is to indicate whether the item list is more than one page. If this value is true, you may want to continue to check next page to retrieve orders.

    total_count?: number

    Total number of items that match the condition