Skip to main content

list Query

Description

Retrieves a single customer list by its reference ID. Customer lists are used to organize and group buyers for marketing and communication purposes.

query list($listRef: ID!) {
list(listRef: $listRef) {
_id
id
title
description
created
count
system
}
}

Variables

{
"listRef": "9fe4c303e403abf6963d178b"
}

Response

{
"list": {
"_id": "4f30b1af426ea9028071f78f",
"id": 7536807884719,
"title": "example",
"description": "example",
"created": 1757555295231,
"count": 10,
"system": true
}
}

Arguments

NameTypeDescription
listRefID!Reference ID of the customer list to retrieve.

Returns

List