@seamapi/http - v1.102.0
    Preparing search index...

    Class SeamHttpSeamCustomerV1Customers

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: { limit?: number; page_cursor?: string | null; search?: string }
        • Optionallimit?: number

          Maximum number of records to return per page.

        • Optionalpage_cursor?: string | null

          Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

        • Optionalsearch?: string

          String for which to search. Filters returned customers to include all records that satisfy a partial match using customer_key.

      • options: SeamCustomerV1CustomersListOptions = {}

      Returns SeamCustomerV1CustomersListRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>