If this content did not answer your questions, try searching or contacting our support team for further assistance.
acquia-dam-sdk / Components / SearchProductsParams
optional
expand:"attributes"
[]
If included, result set will be expanded with additional data
src/apis/products/requests.ts:107
optional
filters: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
optional
limit:number
Numeric limit of the total number of results to retrieve
Minumum: 1
Maximum: 100
10
src/apis/products/requests.ts:119
optional
offset:number
Starting position of query result set
Minimum: 0
Maximum: 9999
0
src/apis/products/requests.ts:129
optional
query:string
Optional term that will search for this string in product name or sku
src/apis/products/requests.ts:131
optional
sort:ProductSort
Optional term to sort results