Recerc

Query products

Returns products using filters, pagination, and pricing context.

POST/api/products/query

Returns products using filters, pagination, and pricing context.

Request Body

application/json

Request payload for Query products.

limit?|||||

Maximum number of products to return.

Example50
offset?|||||

Number of products to skip before returning results.

Example0
priceListId*|

Price list identifier used to resolve product pricing.

Example"DEFAULT"
currencyCode?|

Currency code to use when resolving product prices.

Example"CLP"
filters?array<>|

Structured product filters.

onlyFavorites?|

Whether to restrict results to favorite products.

Examplefalse
targetCurrency?|

Target currency code for converted prices.

Example"USD"
lifecycleScope?|

Lifecycle scope used to include active, archived, or all products.

[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json