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 Discount
snipcart:create_discount
Create a new discount code with specified rules and conditions.
Write
Medium risk
Delete Discount
snipcart:delete_discount
Permanently delete a discount. This action cannot be undone.
Write
High risk
Get Customer
snipcart:get_customer
Fetch a single customer by ID with order history and statistics.
Read
Low risk
Get Discount
snipcart:get_discount
Fetch a single discount by ID with usage statistics.
Read
Low risk
Get Order
snipcart:get_order
Fetch a single order by token with items and customer details.
Read
Low risk
Get Product
snipcart:get_product
Fetch a single product by user-defined ID with statistics.
Read
Low risk
List Abandoned Carts
snipcart:list_abandoned_carts
List abandoned shopping carts with customer and item details.
Read
Low risk
List Customers
snipcart:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Discounts
snipcart:list_discounts
List discounts with filtering and pagination options.
Read
Low risk
List Orders
snipcart:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
snipcart:list_products
List products with filtering and pagination options.
Read
Low risk
Refund Order
snipcart:refund_order
Process a refund for an order. This will charge back the payment.
Write
High risk
Update Discount
snipcart:update_discount
Update discount settings and conditions.
Write
Medium risk
Update Order
snipcart:update_order
Update order status, tracking information, and metadata.
Write
Medium risk
Update Product
snipcart:update_product
Update product information and settings.
Write
Medium risk