Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Customer
printavo:create_customer
Create a new customer with contact information.
Write
Medium risk
Create Invoice
printavo:create_invoice
Create a new invoice for an order with line items and tax calculation.
Write
Medium risk
Create Order
printavo:create_order
Create a new order with line items for a customer.
Write
Medium risk
Create Product
printavo:create_product
Create a new product with pricing and inventory details.
Write
Medium risk
Get Customer
printavo:get_customer
Fetch a single customer by ID with contact details and order history summary.
Read
Low risk
Get Invoice
printavo:get_invoice
Fetch a single invoice by ID with payment status and line items.
Read
Low risk
Get Order
printavo:get_order
Fetch a single order by ID with all details including line items and status.
Read
Low risk
Get Product
printavo:get_product
Fetch a single product by ID with pricing and inventory details.
Read
Low risk
List Customers
printavo:list_customers
List customers with optional filtering by name, email, and date range.
Read
Low risk
List Invoices
printavo:list_invoices
List invoices with optional filtering by status, customer, dates, and payment status.
Read
Low risk
List Orders
printavo:list_orders
List orders with optional filtering by status, customer, and date range.
Read
Low risk
List Products
printavo:list_products
List products with optional filtering by name, category, and stock status.
Read
Low risk
Record Payment
printavo:record_payment
Record a payment against an invoice, updating the balance due.
Write
Medium risk
Send Invoice
printavo:send_invoice
Send an invoice via email to the customer or specified email address.
Write
Medium risk
Update Customer
printavo:update_customer
Update an existing customer's contact information and details.
Write
Medium risk
Update Order
printavo:update_order
Update an existing order's details, status, or line items.
Write
Medium risk
Update Order Status
printavo:update_order_status
Update an order's status with optional customer notification.
Write
Medium risk
Update Product
printavo:update_product
Update an existing product's details, pricing, or inventory.
Write
Medium risk