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

Response

{
"list": {
"_id": "d7fc2161025286a882b5eff3",
"id": 5270245421731,
"title": "example",
"description": "example",
"created": 1737868593820,
"count": 10,
"system": true
}
}

Arguments

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

Returns

List