List Search Synonyms
Lists every search synonym group in the store — the data behind the admin Marketing → Search & SEO → Search Synonyms datagrid.
TIP
New here? Read the Search Synonyms overview for what a search synonym does and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminMarketingSearchSynonyms | Query | Cursor-paginated list of all search synonym groups |
Details
- Requires an admin Bearer token in the
Authorizationheader. - Cursor pagination — pass
firstfor the page size andafter(theendCursorfrom the previous page) to advance.totalCountis the grand total. - Each
nodecarries the full synonym fields shown in the example — there are no detail-only fields, so list rows and the detail query return the same shape.
Filtering
Pass any of these arguments alongside first / after (they mirror the admin datagrid filters):
| Argument | Description |
|---|---|
name | Name — partial match |
terms | Terms — partial match |
sort, order | Sort field (id, name) + asc / desc (default id desc) |

