import_preference_appraisal
Import a buyer's shopping-preference appraisal (derived by a Mind from the owner's email) onto their VIA buying agent. Requires a link_token the owner minted in their VIA dashboard; it scopes the write to exactly one buyer. Pass the structured appraisal (categories, brands, sizes, cadence, budget signal). VIA never receives raw email. Taste signals shape matching and negotiation immediately; the budget signal becomes a PROPOSED spending cap that the owner must approve in the dashboard before it gates any autonomous spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appraisal | Yes | The structured shopping-preference appraisal. Use evidence_summary for prose only; never include raw quoted email. | |
| link_token | Yes | The link token the buyer owner minted in their VIA dashboard (POST /api/buyer/[buyerId]/appraisal action=mint_link). |