get_vendor
Retrieve a single vendor's complete Rentvine record, including code, website, name components, discount tiers, QuickBooks linkage, and contact type, with the packed code field parsed into structured metadata.
Instructions
Get a single vendor's full details from Rentvine (live data). Calls /vendors/{id} which returns ~20 fields not available via list_vendors — notably code (100-char free-text identifier used as a catch-all for metadata Rentvine's schema can't hold, such as trade/hourly-rate), website_url, name components (first/middle/last/suffix), discount tiers, QuickBooks linkage, and contact_type. Also parses the packed code field into a code_metadata object when it uses the pipe-delimited k=v convention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor_id | Yes | Rentvine vendor contactID (from list_vendors or vendors_near). |