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
americommerce:create_customer
Create a new customer account.
Write
Medium risk
Create Product
americommerce:create_product
Create a new product in the catalog.
Write
Medium risk
Delete Product
americommerce:delete_product
Permanently delete a product from the catalog.
Write
High risk
Get Category
americommerce:get_category
Fetch a single product category by ID with hierarchy and product count.
Read
Low risk
Get Customer
americommerce:get_customer
Fetch a single customer by ID with contact info and order history summary.
Read
Low risk
Get Order
americommerce:get_order
Fetch a single order by ID with line items, customer info, and shipping details.
Read
Low risk
Get Product
americommerce:get_product
Fetch a single product by ID with pricing, inventory, and category information.
Read
Low risk
List Categories
americommerce:list_categories
List product categories with filtering and pagination options.
Read
Low risk
List Customers
americommerce:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Orders
americommerce:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
americommerce:list_products
List products with filtering and pagination options.
Read
Low risk
Search Products
americommerce:search_products
Search products by name, SKU, or description with advanced filtering.
Read
Low risk
Update Customer
americommerce:update_customer
Update an existing customer's information.
Write
Medium risk
Update Inventory
americommerce:update_inventory
Update a product's inventory count.
Write
Medium risk
Update Order Status
americommerce:update_order_status
Update an order's status, payment status, and add notes or tracking info.
Write
Medium risk
Update Product
americommerce:update_product
Update an existing product's information.
Write
Medium risk