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 Claim
shopwaive:create_claim
Submit a new warranty claim for a registered product.
Write
Medium risk
Create Warranty
shopwaive:create_warranty
Register a new warranty for a product purchase.
Write
Medium risk
Get Claim
shopwaive:get_claim
Fetch a single warranty claim by ID with status and resolution details.
Read
Low risk
Get Customer
shopwaive:get_customer
Fetch customer information and their warranty/claim history.
Read
Low risk
Get Warranty
shopwaive:get_warranty
Fetch a single warranty by ID with product details and coverage information.
Read
Low risk
List Claims
shopwaive:list_claims
List warranty claims with optional filtering by warranty, customer, or status.
Read
Low risk
List Warranties
shopwaive:list_warranties
List warranties with optional filtering by customer, status, or product.
Read
Low risk
Send Warranty Reminder
shopwaive:send_warranty_reminder
Send a warranty reminder email to the customer.
Write
Medium risk
Update Claim Status
shopwaive:update_claim_status
Update the status of a warranty claim with optional resolution details.
Write
Medium risk
Update Warranty
shopwaive:update_warranty
Update warranty information like customer details or coverage type.
Write
Medium risk
Validate Warranty
shopwaive:validate_warranty
Validate if a product serial number has an active warranty.
Write
Low risk