QuickBooks
QUICKBOOKS_READ_VENDOR
Read a vendor in QuickBooks with the given vendor ID.
Remote quickbooks
Remote (network-hosted)
Other tools also called QUICKBOOKS_READ_VENDOR?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"vendor_id": {
"type": "string",
"title": "Vendor Id",
"description": "ID of the vendor to be read"
}
}
}