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
picqer:create_customer
Create a new customer in Picqer.
Write
Medium risk
Create Order
picqer:create_order
Create a new order in Picqer with order lines.
Write
Medium risk
Create Picklist
picqer:create_picklist
Create a new picklist from multiple orders.
Write
Medium risk
Create Product
picqer:create_product
Create a new product in Picqer.
Write
Medium risk
Get Customer
picqer:get_customer
Fetch a single customer by ID with contact details.
Read
Low risk
Get Order
picqer:get_order
Fetch a single order by ID with order lines and status.
Read
Low risk
Get Picklist
picqer:get_picklist
Fetch a single picklist by ID with pick lines and status.
Read
Low risk
Get Product
picqer:get_product
Fetch a single product by ID with stock levels and variants.
Read
Low risk
Get Stock
picqer:get_stock
Get current stock levels for a specific product.
Read
Low risk
List Customers
picqer:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Orders
picqer:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Products
picqer:list_products
List products with optional filtering and pagination.
Read
Low risk
List Warehouses
picqer:list_warehouses
List all warehouses with optional filtering.
Read
Low risk
Update Order Status
picqer:update_order_status
Update the status of an existing order.
Write
Medium risk
Update Product
picqer:update_product
Update an existing product in Picqer.
Write
Medium risk
Update Stock
picqer:update_stock
Update stock levels for a specific product.
Write
Medium risk