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
| Name | Type | Description |
|---|---|---|
lists | [List!]! | List of customer lists in the current page, sorted by creation date. |
pagination | Pagination | Pagination information including page number, total count, and limit. |