Wasm Directoryalpha
Record

search-catalog-items-params

No description available.

record search-catalog-items-params {
  category-ids: option​<list​<string>>,
  cursor: option​<string>,
  custom-attribute-filters: option​<list​<custom-attribute-filter>>,
  enabled-location-ids: option​<list​<string>>,
  limit: option​<s32>,
  product-types: option​<list​<string>>,
  sort-order: option​<string>,
  stock-levels: option​<list​<string>>,
  text-filter: option​<string>,
}

Fields

NameTypeDescription
category-idsoption​<list​<string>>
cursoroption​<string>
custom-attribute-filtersoption​<list​<custom-attribute-filter>>
enabled-location-idsoption​<list​<string>>
limitoption​<s32>
product-typesoption​<list​<string>>
sort-orderoption​<string>
stock-levelsoption​<list​<string>>
text-filteroption​<string>