CatalogItemsSearchRequest constructor
CatalogItemsSearchRequest({
- int? limit,
- String? cursor,
- SortOrder? sortOrder,
- List<
String> ? categoryIds, - List<
CustomAttributeFilter> ? customAttributeFilters, - List<
String> ? enabledLocationIds, - List<
CatalogItemProductType> ? productTypes, - List<
SearchCatalogItemsRequestStockLevel> ? stockLevels, - String? textFilter,
Implementation
CatalogItemsSearchRequest({
this.limit, this.cursor, this.sortOrder, this.categoryIds,
this.customAttributeFilters, this.enabledLocationIds, this.productTypes,
this.stockLevels, this.textFilter
});