ProductSearchApi class

Constructors

ProductSearchApi([PscApiClient? apiClient])

Properties

apiClient PscApiClient
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(int accountId, String brUid2, String domainKey, String q, SearchType searchType, int start, int rows, String url, String refUrl, {String requestType = "search", String authKey = "", String fl = "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", String? requestId, String? callback, String? efq, String? facetPeriodRange, String? fq, String? ll, String? sort, String? statsPeriodField, String? userId, String? viewId, String? widgetId}) Future<ProductSearchResponse?>
Returns product data and attriutes based on inputted query structure. Queries can also include filters and facets.
getProductSearchResultsWithHttpInfo(int accountId, String authKey, String brUid2, String domainKey, String fl, String q, String requestId, String requestType, String searchType, int start, int rows, String url, String refUrl, {String? callback, String? efq, String? facetPeriodRange, String? fq, String? ll, String? sort, String? statsPeriodField, String? userId, String? viewId, String? widgetId}) 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