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 Shipment
easyship:cancel_shipment
Cancel a shipment that hasn't been picked up yet.
Write
High risk
Confirm Shipment
easyship:confirm_shipment
Confirm a shipment to generate labels and initiate pickup/delivery.
Write
Medium risk
Create Shipment
easyship:create_shipment
Create a new shipment with specified courier and addresses.
Write
Medium risk
Get Rates
easyship:get_rates
Get shipping rates from multiple couriers for a shipment.
Read
Low risk
Get Shipment
easyship:get_shipment
Fetch a single shipment by ID with tracking and status information.
Read
Low risk
List Couriers
easyship:list_couriers
List available couriers with optional filtering by country and features.
Read
Low risk
List Shipments
easyship:list_shipments
List shipments with optional filtering and pagination.
Read
Low risk
Track Shipment
easyship:track_shipment
Track a shipment and get detailed tracking events and current status.
Write
Low risk
Update Shipment
easyship:update_shipment
Update a shipment that hasn't been confirmed yet.
Write
Medium risk
Validate Address
easyship:validate_address
Validate and normalize an address using Easyship's address validation service.
Write
Medium risk