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
bigcommerce:create_category
Create a new product category.
Write
Medium risk
Create Customer
bigcommerce:create_customer
Create a new customer account.
Write
Medium risk
Create Product
bigcommerce:create_product
Create a new product in the catalog.
Write
Medium risk
Delete Category
bigcommerce:delete_category
Delete a category from the catalog. This action cannot be undone.
Write
High risk
Delete Customer
bigcommerce:delete_customer
Delete a customer account. This action cannot be undone.
Write
High risk
Delete Product
bigcommerce:delete_product
Delete a product from the catalog. This action cannot be undone.
Write
High risk
Get Brand
bigcommerce:get_brand
Fetch a single brand by ID with full details.
Read
Low risk
Get Category
bigcommerce:get_category
Fetch a single category by ID with full details.
Read
Low risk
Get Customer
bigcommerce:get_customer
Fetch a single customer by ID with addresses and order history.
Read
Low risk
Get Order
bigcommerce:get_order
Fetch a single order by ID with line items, shipping, and billing details.
Read
Low risk
Get Product
bigcommerce:get_product
Fetch a single product by ID with variants, images, and inventory details.
Read
Low risk
List Brands
bigcommerce:list_brands
List product brands with filtering and pagination options.
Read
Low risk
List Categories
bigcommerce:list_categories
List product categories with filtering and pagination options.
Read
Low risk
List Customers
bigcommerce:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Orders
bigcommerce:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
bigcommerce:list_products
List products with filtering and pagination options.
Read
Low risk
Update Category
bigcommerce:update_category
Update an existing product category.
Write
Medium risk
Update Customer
bigcommerce:update_customer
Update an existing customer account.
Write
Medium risk
Update Inventory
bigcommerce:update_inventory
Update inventory levels for a product.
Write
Medium risk
Update Order Status
bigcommerce:update_order_status
Update an order's status.
Write
Medium risk
Update Product
bigcommerce:update_product
Update an existing product in the catalog.
Write
Medium risk