list_products
List all products available in OneSource
get_product
Get details of a specific product by ID
search_products
Search products by keyword or criteria
create_product
Create a new product in OneSource
update_product
Update an existing product
delete_product
Delete a product from OneSource
list_customers
List all customers in OneSource
get_customer
Get details of a specific customer by ID
search_customers
Search customers by name, email, or other criteria
create_customer
Create a new customer record
update_customer
Update an existing customer's information
delete_customer
Delete a customer from OneSource
list_orders
List all orders in the system
get_order
Get details of a specific order by ID
search_orders
Search orders by date, status, customer, or other criteria
create_order
Create a new order
update_order
Update an existing order's details
delete_order
Delete an order from OneSource
list_invoices
List all invoices
get_invoice
Get details of a specific invoice by ID
create_invoice
Create a new invoice
update_invoice
Update an existing invoice
delete_invoice
Delete an invoice from OneSource
list_suppliers
List all suppliers
get_supplier
Get details of a specific supplier by ID
create_supplier
Create a new supplier record
update_supplier
Update an existing supplier's information