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

    Interface GetBundleDealListResponse

    Response for the get bundle deal list API

    interface GetBundleDealListResponse {
        error: string;
        message: string;
        request_id: string;
        response: { bundle_deal_list: BundleDealInfo[]; 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: { bundle_deal_list: BundleDealInfo[]; more: boolean }

    Type Declaration

    • bundle_deal_list: BundleDealInfo[]

      The list of bundle deals

    • more: boolean

      Indicates whether there are more pages of bundle deals to retrieve

    warning?: string | string[]

    Warning message or list of warning messages