VisualSearchApi class

Constructors

VisualSearchApi([VsApiClient? apiClient])

Properties

apiClient VsApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getProductSearchResults(String widgetId, int accountId, String brUid2, String domainKey, String imageId, String url, {String? authKey, String? fields = "pid,title,brand,price,sale_price,thumb_image,sku_thumb_images,sku_swatch_images,sku_color_group,url,price_range,sale_price_range,description,is_live,score,skuid,group", int? rows = 10, int? objectId, String? filter}) Future<VisualSearchResponse?>
Returns product data and attriutes based on inputted query structure. Queries can also include filters and facets.
getProductSearchResultsWithHttpInfo(String widgetId, int accountId, String brUid2, String domainKey, String imageId, String url, {String? authKey, String? fields, int? rows, int? objectId, String? filter}) Future<Response>
Returns product data and attriutes based on inputted query structure. Queries can also include filters and facets.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited