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.
Cancel Order
starshipit:cancel_order
Cancel an order in Starshipit (only works for orders not yet shipped).
Write
High risk
Create Order
starshipit:create_order
Create a new shipping order in Starshipit.
Write
Medium risk
Get Order
starshipit:get_order
Fetch a single order by ID with shipping details and status.
Read
Low risk
Get Rates
starshipit:get_rates
Get shipping rates for a package between two addresses.
Read
Low risk
Get Tracking
starshipit:get_tracking
Get detailed tracking information for a shipment.
Read
Low risk
List Carriers
starshipit:list_carriers
List available carriers and their services.
Read
Low risk
List Orders
starshipit:list_orders
List orders with optional filtering by status, carrier, and date range.
Read
Low risk
Print Label
starshipit:print_label
Generate and retrieve a shipping label for an order.
Write
Medium risk
Ship Order
starshipit:ship_order
Mark an order as shipped and generate tracking information.
Write
Medium risk
Update Order
starshipit:update_order
Update an existing order in Starshipit (only works for orders not yet shipped).
Write
Medium risk
Validate Address
starshipit:validate_address
Validate and potentially correct a shipping address.
Write
Medium risk