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

    Interface GetFollowPrizeListResponse

    Response for the get follow prize list API

    interface GetFollowPrizeListResponse {
        error: string;
        message: string;
        request_id: string;
        response: { follow_prize_list: FollowPrizeInfo[]; more: boolean };
        warning?: string | 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: { follow_prize_list: FollowPrizeInfo[]; more: boolean }

    Type Declaration

    • follow_prize_list: FollowPrizeInfo[]

      The list of follow prizes matching the query parameters

    • more: boolean

      Indicates whether there are more pages to retrieve

    warning?: string | string[]

    Warning message or list of warning messages