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.
Assign Carrier
shipday:assign_carrier
Assign a specific carrier to an order for delivery.
Write
Medium risk
Cancel Order
shipday:cancel_order
Cancel an existing order. This action cannot be undone.
Write
High risk
Create Carrier
shipday:create_carrier
Create a new carrier/driver in Shipday with contact and vehicle details.
Write
Medium risk
Create Order
shipday:create_order
Create a new delivery order in Shipday with customer and delivery details.
Write
Medium risk
Create Restaurant
shipday:create_restaurant
Create a new restaurant in Shipday with contact details and delivery settings.
Write
Medium risk
Get Carrier
shipday:get_carrier
Fetch a single carrier by ID with contact details and status.
Read
Low risk
Get Order
shipday:get_order
Fetch a single order by ID with all details including delivery status and tracking.
Read
Low risk
Get Restaurant
shipday:get_restaurant
Fetch a single restaurant by ID with contact details and settings.
Read
Low risk
Get Tracking
shipday:get_tracking
Get real-time tracking information for an order including carrier location and delivery status.
Read
Low risk
List Carriers
shipday:list_carriers
List all carriers with optional filtering by status, vehicle type, or active status.
Read
Low risk
List Orders
shipday:list_orders
List orders with optional filtering by status, restaurant, carrier, or date range.
Read
Low risk
List Restaurants
shipday:list_restaurants
List all restaurants with optional filtering by cuisine, location, or active status.
Read
Low risk
Update Carrier
shipday:update_carrier
Update an existing carrier's details. Only provided fields will be updated.
Write
Medium risk
Update Order
shipday:update_order
Update an existing order's details. Only provided fields will be updated.
Write
Medium risk
Update Order Status
shipday:update_order_status
Update the status of an order (typically used by carriers or automated systems).
Write
Medium risk