Query products
Returns products using filters, pagination, and pricing context.
POST/api/products/query Returns products using filters, pagination, and pricing context.
Request payload for Query products.
limit?|||||
Maximum number of products to return.
offset?|||||
Number of products to skip before returning results.
priceListId*|
Price list identifier used to resolve product pricing.
currencyCode?|
Currency code to use when resolving product prices.
filters?array<>|
Structured product filters.
onlyFavorites?|
Whether to restrict results to favorite products.
targetCurrency?|
Target currency code for converted prices.
lifecycleScope?|
Lifecycle scope used to include active, archived, or all products.