Retrieve suggested search terms
This endpoint retrieves suggested search terms with options to filter by catalog, product code, and search term type. Results are shown in pages to make them easier to view and manage.
description: "This endpoint retrieves suggested search terms with options to filter by catalog, product code, and search term type. Results are shown in pages to make them easier to view and manage."
Retrieve suggested search terms
This endpoint retrieves suggested search terms with options to filter by catalog, product code, and search term type. Results are shown in pages to make them easier to view and manage.
Use this token to paginate through the list of suggested terms. Pass it in subsequent requests to continue from where the previous call left off.
Specify the number of suggested search terms to be returned per page.
20Filter the suggested search terms by the specified catalog ID.
Filter the suggested search terms by the specified product code.
A list of suggested search terms and a pagination token.
The page token to request the next page in pagination. Include it as "pageToken" in the request.
The total number of suggested search terms matching the provided criteria.
There was a problem with input.
Login failed or token not valid.
Access denied due to insufficient permissions.
An unexpected error response.
GET /v3/suggested-search-terms?catalogId=text HTTP/1.1
Host: campaign.<env>.citrusad.com
Accept: */*
{
"nextPageToken": "text",
"suggestedSearchTerms": [
{
"catalogId": "text",
"collectionName": "text",
"id": "text",
"phrase": "text",
"productCode": "text",
"rank": "text",
"searchTermType": "SEARCH_TERM_TYPE_ORGANIC"
}
],
"totalCount": "text"
}
