CatalogItemsSearchRequest constructor

CatalogItemsSearchRequest({
  1. int? limit,
  2. String? cursor,
  3. SortOrder? sortOrder,
  4. List<String>? categoryIds,
  5. List<CustomAttributeFilter>? customAttributeFilters,
  6. List<String>? enabledLocationIds,
  7. List<CatalogItemProductType>? productTypes,
  8. List<SearchCatalogItemsRequestStockLevel>? stockLevels,
  9. String? textFilter,
})

Implementation

CatalogItemsSearchRequest({
this.limit, this.cursor, this.sortOrder, this.categoryIds,
this.customAttributeFilters, this.enabledLocationIds, this.productTypes,
this.stockLevels, this.textFilter
});