netsuite_search_vendors_by_name
Locate NetSuite vendors by partial name match (case-insensitive) and retrieve full vendor details. Optionally filter by subsidiary ID.
Instructions
Search NetSuite vendors by name (case-insensitive, partial match). Uses NetSuite REST Record Query Language (RQL) on the vendor list, then enriches with full vendor details. Optional filter by subsidiaryId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Vendor name to search for | |
| limit | No | Max results to return (default 10) | |
| subsidiaryId | No | Filter by subsidiary ID (optional) |