/sayt/products/
The sayt/products (GET) call has been deprecated. Product suggestions can be generated using the Search API, to ensure that the products suggested match the results returned when the shopper selects a search suggestion. For assistance with implementing product suggestions using the Search API, please contact GroupBy Support.
Avoid using this API operation if possible. It will be removed in a future version.
The search term of which SAYT will be triggered based on.
The collection of which SAYT will be triggered with. If not specified, the default collection is assumed.
The Command Center area to use in the resulting products. If used, the query rewrites and biasing rules within the area will be applied to the product results. If not specified, the Production area is used.
Specifies the language of the suggestions. Please note, if languageField
was specified in the SAYT configuration, this field is required.
An optional way to add pre-refinements for products returned by the SAYT endpoint. Format is a tilde-separated list of refinements: ~Brand=Bose~price:20..80
Specifies the number of search terms suggestions that the Web Service will return. This applies to the sayt/search endpoint only.
Specifies the number of navigation suggestions that the Web Service will return. This applies to the sayt/search endpoint only.
Specifies the number of product suggestions that the Web Service will return.
Specifies the sort order of product suggestions that the Web Service will return. Please refer to the Search API Query Reference for details on sorting. The format accepted by this API is a tilde-separated list of sort objects: ~_relevance~price
. You can optionally define Ascending or Descending sorts for a field by adding :A
or :D
respectively after a field name: ~_relevance~price:D
. When order is not defined, the default is to sort ascending. Relevance is always sorted descending, and can be specified using the special _relevance
field. If productSort
not specified, the default is to sort relevance.
API Deprecated