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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    config: ShopeeConfig

    Methods

    • Get a list of bundle deal activities with pagination

      Parameters

      • params: GetBundleDealListParams = {}

        Parameters for retrieving bundle deal list

        Parameters for getting a list of bundle deals

        • Optionalpage_no?: number

          Data paging, represents the page number, starting from 1 (default: 1)

        • Optionalpage_size?: number

          Data paging, representing the data size of each page (max: 1000, default: 20)

        • Optionaltime_status?: BundleDealTimeStatus

          The Status of bundle deal

      Returns Promise<GetBundleDealListResponse>

      The response containing a paginated list of bundle deals

      The response includes:

      • bundle_deal_list: List of bundle deals with full details
      • more: Boolean indicating if there are more pages