Skip to main content

ItemListsConnection Object

Description

Connection type for paginated customer list results with pagination metadata. Customer lists are used to organize and group buyers for marketing, communications, and customer management purposes.

Declaration

type ItemListsConnection {
lists: [List!]!
pagination: Pagination
}

Fields

NameTypeDescription
lists[List!]!List of customer lists in the current page, sorted by creation date.
paginationPaginationPagination information including page number, total count, and limit.