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
lightspeed_ecom_c_series:create_category
Create a new product category.
Write
Medium risk
Create Customer
lightspeed_ecom_c_series:create_customer
Create a new customer account.
Write
Medium risk
Create Product
lightspeed_ecom_c_series:create_product
Create a new product in the catalog.
Write
Medium risk
Delete Product
lightspeed_ecom_c_series:delete_product
Permanently delete a product from the catalog.
Write
High risk
Get Category
lightspeed_ecom_c_series:get_category
Fetch a single category by ID with details and hierarchy information.
Read
Low risk
Get Customer
lightspeed_ecom_c_series:get_customer
Fetch a single customer by ID with contact details and addresses.
Read
Low risk
Get Order
lightspeed_ecom_c_series:get_order
Fetch a single order by ID with line items, customer details, and status.
Read
Low risk
Get Product
lightspeed_ecom_c_series:get_product
Fetch a single product by ID with variants, pricing, and inventory details.
Read
Low risk
List Categories
lightspeed_ecom_c_series:list_categories
List categories with filtering and pagination options.
Read
Low risk
List Customers
lightspeed_ecom_c_series:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Orders
lightspeed_ecom_c_series:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
lightspeed_ecom_c_series:list_products
List products with filtering and pagination options.
Read
Low risk
Update Customer
lightspeed_ecom_c_series:update_customer
Update an existing customer's details.
Write
Medium risk
Update Inventory
lightspeed_ecom_c_series:update_inventory
Update product inventory levels and stock tracking settings.
Write
Medium risk
Update Order Status
lightspeed_ecom_c_series:update_order_status
Update an order's status (order, payment, or shipment status).
Write
Medium risk
Update Product
lightspeed_ecom_c_series:update_product
Update an existing product's details.
Write
Medium risk