Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetProductLevelCampaignIdListResponse

    Response for the get product level campaign ID list API

    interface GetProductLevelCampaignIdListResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            campaign_list: { ad_type: string; campaign_id: number }[];
            has_next_page: boolean;
            region: string;
            shop_id: number;
        };
        warning?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        campaign_list: { ad_type: string; campaign_id: number }[];
        has_next_page: boolean;
        region: string;
        shop_id: number;
    }

    Type Declaration

    • campaign_list: { ad_type: string; campaign_id: number }[]

      List of campaigns

    • has_next_page: boolean

      Indicates if there are more campaigns on the next page

    • region: string

      The region where the shop is located

    • shop_id: number

      The unique ID for the shop

    warning?: string

    Optional warning message if some data cannot be responded normally