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

    Interface GetItemSetListParams

    Parameters for getting item set list

    interface GetItemSetListParams {
        keyword?: string;
        offset: number;
        page_size: number;
        [key: string]: string | number | boolean | undefined;
    }

    Hierarchy

    • Record<string, string | number | boolean | undefined>
      • GetItemSetListParams

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    keyword?: string

    Keyword for search

    offset: number

    Specifies the starting entry of data to return

    page_size: number

    Maximum number of entries per page (1-100)