Path: / rs / product / {dsName} / {shopGUID} / suggest / jsonp

search suggestions as JSON with Padding

Path parameters:
shopGUID - GUID identifier of shop
dsName - datasource (i.e. epages6 Storename)

Method Summary
ResourceDescription
GET /rs/product/{dsName}/{shopGUID}/suggest/jsonp?q=…&callback=…&lang=…search suggestions as JSON with Padding

Method Detail
HTTP Example:
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)
Query parameters:
q - search query
callback - name of the callback method
lang - 2-digit language code (de, en..)
Produces:
application/javascript