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": "a8271d1320a1c38f4096dd37"
}

Response

{
"list": {
"_id": "96e1f9f963fd4bfa6a06ae60",
"id": 1266596648541,
"title": "example",
"description": "example",
"created": 1713179629959,
"count": 10,
"system": true
}
}

Arguments

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

Returns

List