GET /rs/product/{dsName}/{shopGUID}/suggest/jsonp?q=…&callback=…&lang=…
API Example:
SuggestResource.suggestJSONP({'q': /* query
search query */, 'callback': /* callback
name of the callback method */, 'lang': /* language
2-digit language code (de, en..) */, 'shopGUID': /* shopGUID
GUID identifier of shop */, 'dsName': /* dsName
datasource (i.e. */});
search suggestions as JSON with Padding
Output:
com.sun.jersey.api.json.JSONWithPadding - a JSONP object that represents the search suggestions and has the
structure:
callbackMethodName(com.epages.search.api.SuggestionsResponse)