lists Query
Description
Retrieves all customer lists associated with the current shop configuration. Results are sorted by creation date. Lists are used to organize buyers into groups for marketing, communications, and customer management.
query lists {
lists {
lists {
_id
id
title
description
created
count
system
}
pagination {
limit
count
page
pages
hasMore
}
}
}
Variables
{}
Response
{
"lists": {
"lists": [
{
"_id": "43fe84f2bb78ba927c979981",
"id": 742779444001,
"title": "example",
"description": "example",
"created": 1714335559525,
"count": 10,
"system": true
}
],
"pagination": {
"limit": 20,
"count": 10,
"page": 1,
"pages": 1,
"hasMore": true
}
}
}
Arguments
No arguments