Fetch Product
get_api_external_getProductsLists products using pagination. Billing per call: Credits: metered (~207.26 avg).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | 0 |
| size | No | Page size (default: 10, maximum: 100). It returns a number of products equal to the page size and consumes credits based on the number of products returned. | 20 |
| marketPrices | No | It controls whether or not price information for the requested products at stores is retrieved. If set to `true`, the product's store prices are also returned; if set to `false` or left unspecified, only the product's basic information is retrieved. If data is available, +1 credit is spent for each market-price data point. | false |
| historyPrices | No | Adds historical price information for the requested product from available markets to the response. The `marketPrices` parameter must be set to `true`. If historical price information is available, 1 credit is consumed. | false |
| preferredMarkets | No | It allows the user to specify the preferred markets for which they wish to see product prices. If this parameter is provided, price information is returned in the `markets` field only for the markets listed. If the parameter is not provided, price information for all markets is displayed. If the user wishes to specify multiple markets, they can submit them separated by commas (e.g., `preferredMarkets=A101,Migros`). If data is available, +1 credit is consumed for each market-price data point. | A101,Migros |