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.
Approve Return
returnless:approve_return
Approve a return request and optionally process refund automatically.
Write
Medium risk
Cancel Return
returnless:cancel_return
Cancel a return request. Only pending or approved returns can be cancelled.
Write
High risk
Create Return
returnless:create_return
Create a new return request for a customer order.
Write
Medium risk
Generate Shipping Label
returnless:generate_shipping_label
Generate a prepaid return shipping label for an approved return.
Write
Medium risk
Get Return
returnless:get_return
Fetch a single return by ID with all details including items and status.
Read
Low risk
Get Return Analytics
returnless:get_return_analytics
Get return analytics and metrics for a specified date range.
Read
Low risk
List Refunds
returnless:list_refunds
List refunds with optional filtering and pagination.
Read
Low risk
List Returns
returnless:list_returns
List returns with optional filtering and pagination.
Read
Low risk
Process Refund
returnless:process_refund
Process a refund for an approved return. This will charge your payment processor.
Write
Medium risk
Reject Return
returnless:reject_return
Reject a return request with reason and optional notes.
Write
Medium risk
Update Return
returnless:update_return
Update an existing return with new status, notes, or tracking information.
Write
Medium risk