market_get_price_history
Get a product's price history across selected depots, filterable by date range, and receive chronological series with change statistics.
Instructions
Get market price series for uniqueId and selected product depot IDs. Optional from/to (YYYY-MM-DD) filter locally; returns chronological series and change statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| depots | Yes | Selected branch IDs from nearest; required and never auto-expanded. | |
| distance | No | Search radius in km. 50 is a local safety limit. | |
| latitude | Yes | Explicit user-selected latitude. | |
| uniqueId | Yes | ||
| longitude | Yes | Explicit longitude. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| error | No | ||
| warnings | Yes |