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
ecwid:create_category
Create a new category in the store.
Write
Medium risk
Create Customer
ecwid:create_customer
Create a new customer account in the store.
Write
Medium risk
Create Discount Coupon
ecwid:create_discount_coupon
Create a new discount coupon for the store.
Write
Medium risk
Create Product
ecwid:create_product
Create a new product in the store.
Write
Medium risk
Delete Category
ecwid:delete_category
Permanently delete a category from the store.
Write
High risk
Delete Customer
ecwid:delete_customer
Permanently delete a customer from the store.
Write
High risk
Delete Discount Coupon
ecwid:delete_discount_coupon
Permanently delete a discount coupon from the store.
Write
High risk
Delete Product
ecwid:delete_product
Permanently delete a product from the store.
Write
High risk
Get Category
ecwid:get_category
Fetch a single category by ID with hierarchy and product count info.
Read
Low risk
Get Customer
ecwid:get_customer
Fetch a single customer by ID with profile and address information.
Read
Low risk
Get Discount Coupon
ecwid:get_discount_coupon
Fetch a single discount coupon by ID with usage limits and conditions.
Read
Low risk
Get Order
ecwid:get_order
Fetch a single order by ID with items, customer info, and fulfillment status.
Read
Low risk
Get Product
ecwid:get_product
Fetch a single product by ID with pricing, inventory, and category info.
Read
Low risk
List Categories
ecwid:list_categories
List categories with filtering and pagination options.
Read
Low risk
List Customers
ecwid:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Discount Coupons
ecwid:list_discount_coupons
List discount coupons with filtering and pagination options.
Read
Low risk
List Orders
ecwid:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
ecwid:list_products
List products with filtering and pagination options.
Read
Low risk
Search Products
ecwid:search_products
Search products by keyword with advanced filtering options.
Read
Low risk
Update Category
ecwid:update_category
Update an existing category's details.
Write
Medium risk
Update Customer
ecwid:update_customer
Update an existing customer's profile information.
Write
Medium risk
Update Discount Coupon
ecwid:update_discount_coupon
Update an existing discount coupon's settings.
Write
Medium risk
Update Inventory
ecwid:update_inventory
Update product inventory levels and stock settings.
Write
Medium risk
Update Order
ecwid:update_order
Update order status, tracking, and notes.
Write
Medium risk
Update Product
ecwid:update_product
Update an existing product's details.
Write
Medium risk