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 Category
woocommerce:create_category
Create a new product category in WooCommerce.
Write
Medium risk
Create Coupon
woocommerce:create_coupon
Create a new coupon in WooCommerce.
Write
Medium risk
Create Customer
woocommerce:create_customer
Create a new customer in WooCommerce.
Write
Medium risk
Create Product
woocommerce:create_product
Create a new product in WooCommerce.
Write
Medium risk
Delete Customer
woocommerce:delete_customer
Delete a customer from WooCommerce. Use with caution - this action cannot be undone if force=true.
Write
High risk
Delete Product
woocommerce:delete_product
Delete a product from WooCommerce. Use with caution - this action cannot be undone if force=true.
Write
High risk
Get Coupon
woocommerce:get_coupon
Fetch a single coupon by ID with discount details and usage restrictions.
Read
Low risk
Get Customer
woocommerce:get_customer
Fetch a single customer by ID with billing/shipping addresses and order statistics.
Read
Low risk
Get Order
woocommerce:get_order
Fetch a single order by ID with line items, customer info, and status.
Read
Low risk
Get Product
woocommerce:get_product
Fetch a single product by ID with pricing, inventory, and category information.
Read
Low risk
List Categories
woocommerce:list_categories
List product categories with filtering and pagination options.
Read
Low risk
List Coupons
woocommerce:list_coupons
List coupons with filtering and pagination options.
Read
Low risk
List Customers
woocommerce:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Orders
woocommerce:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
woocommerce:list_products
List products with filtering and pagination options.
Read
Low risk
Update Customer
woocommerce:update_customer
Update an existing customer in WooCommerce.
Write
Medium risk
Update Order Status
woocommerce:update_order_status
Update an order's status and optionally add a note.
Write
Medium risk
Update Product
woocommerce:update_product
Update an existing product in WooCommerce.
Write
Medium risk