netsuite_get_vendor_by_external_id
Query a NetSuite vendor by externalId using RQL, then return its key fields including company name, email, and subsidiary.
Instructions
Find a NetSuite vendor by its externalId (e.g. 'spk_supplier_'). Uses NetSuite REST Record Query Language (RQL) on the vendor list, then enriches with full vendor details. Returns { found, vendor: { id, companyName, externalId, email, subsidiary } | null }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| externalId | Yes | e.g. spk_supplier_9wlihd_41supnn |