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 Customer
shoprocket:create_customer
Create a new customer in the Shoprocket store.
Write
Medium risk
Create Discount
shoprocket:create_discount
Create a new discount code in the Shoprocket store.
Write
Medium risk
Create Product
shoprocket:create_product
Create a new product in the Shoprocket store.
Write
Medium risk
Delete Product
shoprocket:delete_product
Delete a product from the Shoprocket store. This action cannot be undone.
Write
High risk
Get Analytics
shoprocket:get_analytics
Get store analytics and performance metrics for a specified date range.
Read
Low risk
Get Customer
shoprocket:get_customer
Fetch a single customer by ID with order history and contact information.
Read
Low risk
Get Inventory
shoprocket:get_inventory
Get current inventory levels for a specific product and its variants.
Read
Low risk
Get Order
shoprocket:get_order
Fetch a single order by ID with line items and customer information.
Read
Low risk
Get Product
shoprocket:get_product
Fetch a single product by ID with pricing, inventory, and variant information.
Read
Low risk
List Customers
shoprocket:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Discounts
shoprocket:list_discounts
List discount codes with filtering and pagination options.
Read
Low risk
List Orders
shoprocket:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
shoprocket:list_products
List products with filtering and pagination options.
Read
Low risk
Update Customer
shoprocket:update_customer
Update an existing customer in the Shoprocket store.
Write
Medium risk
Update Inventory
shoprocket:update_inventory
Update inventory levels for a product and its variants.
Write
Medium risk
Update Order Status
shoprocket:update_order_status
Update the status of an existing order.
Write
Medium risk
Update Product
shoprocket:update_product
Update an existing product in the Shoprocket store.
Write
Medium risk