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.
Add Order Note
order_desk:add_order_note
Add a note to an existing order for tracking or communication purposes.
Write
Medium risk
Create Order
order_desk:create_order
Create a new order in OrderDesk with customer details and line items.
Write
Medium risk
Create Product
order_desk:create_product
Create a new product in OrderDesk catalog.
Write
Medium risk
Delete Order
order_desk:delete_order
Permanently delete an order from OrderDesk. This action cannot be undone.
Write
High risk
Delete Product
order_desk:delete_product
Permanently delete a product from OrderDesk catalog. This action cannot be undone.
Write
High risk
Get Customer
order_desk:get_customer
Fetch a single customer by ID with complete customer details.
Read
Low risk
Get Inventory
order_desk:get_inventory
Get inventory levels for products. Can fetch specific product or all inventory.
Read
Low risk
Get Order
order_desk:get_order
Fetch a single order by ID with complete order details including items and shipping.
Read
Low risk
Get Product
order_desk:get_product
Fetch a single product by ID with complete product details.
Read
Low risk
List Customers
order_desk:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Orders
order_desk:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Products
order_desk:list_products
List products with optional filtering and pagination.
Read
Low risk
Ship Order
order_desk:ship_order
Mark an order as shipped and optionally add tracking information.
Write
Medium risk
Update Inventory
order_desk:update_inventory
Update the inventory/stock level for a specific product.
Write
Medium risk
Update Order
order_desk:update_order
Update an existing order's details and status.
Write
Medium risk
Update Product
order_desk:update_product
Update an existing product's details.
Write
Medium risk