market_sync_products
Fetch up to 100 product identities in a single call to refresh product data for selected depots and coordinates. Use for explicit, controlled syncs without purchase or basket mutation.
Instructions
Fetch up to 100 product identities in one call for an explicitly requested refresh. Experimental. Never switch to this tool to bypass a basket budget or run large live tests. Emits identityType=id, pages=0, size=identities.length. No purchase or persistent basket mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| longitude | Yes | Explicit longitude. | |
| identities | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| error | No | ||
| warnings | Yes |