update_supplier
Update an existing supplier's details like name, contact info, address, or VAT ID by providing the supplier's UUID.
Instructions
Update an existing supplier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The supplier UUID | |
| zip | No | Postal code | |
| city | No | City | |
| name | No | Supplier name | |
| No | |||
| phone | No | Phone | |
| vat_id | No | VAT ID | |
| address | No | Street address | |
| country | No | Country |