Search products
Searches products using full-text query, filters, and pricing context.
POST/api/products/search Searches products using full-text query, filters, and pricing context.
Request payload for Search products.
query*string
Free-text search query applied to products.
priceListId*|
Price list identifier used to resolve product pricing.
filters?array<>|
Structured product filters applied before search ranking.
onlyFavorites?|
Whether to restrict results to favorite products.
targetCurrency?|
Target currency code for converted prices.
limit?|||||
Maximum number of products to return.
offset?|||||
Number of products to skip before returning results.
searchType?|
Which indexed field should be searched.
lifecycleScope?|
Lifecycle scope used to include active, archived, or all products.