admin_create_vendor
Create a new vendor by providing name and optional details like contact info, address, and notes. Note that vendors cannot be deleted.
Instructions
Create a new vendor. Note: there is no delete endpoint for vendors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Vendor name (required) | |
| rep_first_name | No | ||
| rep_last_name | No | ||
| No | |||
| phone | No | ||
| account_number | No | ||
| address | No | ||
| city | No | ||
| state | No | ||
| zip | No | ||
| website | No | ||
| notes | No |