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 Affiliate
elopage:create_affiliate
Create a new affiliate partner.
Write
Medium risk
Create Coupon
elopage:create_coupon
Create a new coupon code for discounts.
Write
Medium risk
Create Product
elopage:create_product
Create a new product in elopage.
Write
Medium risk
Deactivate Coupon
elopage:deactivate_coupon
Deactivate a coupon to prevent further use.
Write
Medium risk
Get Affiliate
elopage:get_affiliate
Fetch a single affiliate by ID with commission details.
Read
Low risk
Get Customer
elopage:get_customer
Fetch a single customer by ID with purchase history.
Read
Low risk
Get Order
elopage:get_order
Fetch a single order by ID with customer and product details.
Read
Low risk
Get Product
elopage:get_product
Fetch a single product by ID with pricing and availability details.
Read
Low risk
List Affiliates
elopage:list_affiliates
List affiliates with optional filtering and pagination.
Read
Low risk
List Coupons
elopage:list_coupons
List coupons with optional filtering and pagination.
Read
Low risk
List Customers
elopage:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Orders
elopage:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Products
elopage:list_products
List products with optional filtering and pagination.
Read
Low risk
Refund Order
elopage:refund_order
Process a refund for an order.
Write
High risk
Update Product
elopage:update_product
Update an existing product in elopage.
Write
Medium risk