Skip to content

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

OperationTypePurpose
adminMarketingSearchSynonymsQueryCursor-paginated list of all search synonym groups

Details

  • Requires an admin Bearer token in the Authorization header.
  • Cursor pagination — pass first for the page size and after (the endCursor from the previous page) to advance. totalCount is the grand total.
  • Each node carries 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):

ArgumentDescription
nameName — partial match
termsTerms — partial match
sort, orderSort field (id, name) + asc / desc (default id desc)

Released under the MIT License.