If this content did not answer your questions, try searching or contacting our support team for further assistance.
acquia-dam-sdk / Components / SearchProductsParams
optionalexpand:"attributes"[]
If included, result set will be expanded with additional data
src/apis/products/requests.ts:107
optionalfilters:ProductSearchFilter[]
Filters are AND-ed together. To mimic Entries channel export use the exclude_variants filter. To mimic Entries product search page use the exclude_variant and search_parents_via_variants filters.
src/apis/products/requests.ts:109
optionallimit:number
Numeric limit of the total number of results to retrieve
Minumum: 1
Maximum: 100
10
src/apis/products/requests.ts:119
optionaloffset:number
Starting position of query result set
Minimum: 0
Maximum: 9999
0
src/apis/products/requests.ts:129
optionalquery:string
Optional term that will search for this string in product name or sku
src/apis/products/requests.ts:131
optionalsort:ProductSort
Optional term to sort results