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": "8adee545357a1be406ff4ceb"
}

Response

{
"list": {
"_id": "cab9e3b57a9e42c315f5a4aa",
"id": 9295060495921,
"title": "example",
"description": "example",
"created": 1711900008481,
"count": 10,
"system": true
}
}

Arguments

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

Returns

List