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 Label
shipstation:create_label
Create a shipping label for an order.
Write
Medium risk
Create Order
shipstation:create_order
Create a new order in ShipStation.
Write
Medium risk
Create Product
shipstation:create_product
Create a new product in ShipStation catalog.
Write
Medium risk
Delete Order
shipstation:delete_order
Delete an order from ShipStation. This action cannot be undone.
Write
High risk
Get Customer
shipstation:get_customer
Get details for a specific customer.
Read
Low risk
Get Order
shipstation:get_order
Fetch a single order by ID with items and shipping details.
Read
Low risk
Get Product
shipstation:get_product
Get details for a specific product.
Read
Low risk
Get Rates
shipstation:get_rates
Get shipping rates for a package from various carriers.
Read
Low risk
Get Shipment
shipstation:get_shipment
Fetch a single shipment by ID with tracking and delivery details.
Read
Low risk
Get Store
shipstation:get_store
Get details for a specific store.
Read
Low risk
Get Warehouse
shipstation:get_warehouse
Get details for a specific warehouse.
Read
Low risk
List Carriers
shipstation:list_carriers
List all carriers available in ShipStation account.
Read
Low risk
List Customers
shipstation:list_customers
List customers with optional filtering by location, marketplace, tags, etc.
Read
Low risk
List Orders
shipstation:list_orders
List orders with optional filtering by status, customer, date range, etc.
Read
Low risk
List Products
shipstation:list_products
List products in ShipStation catalog with optional filtering.
Read
Low risk
List Shipments
shipstation:list_shipments
List shipments with optional filtering by customer, order, carrier, date range, etc.
Read
Low risk
List Stores
shipstation:list_stores
List all stores connected to ShipStation account.
Read
Low risk
List Warehouses
shipstation:list_warehouses
List all warehouses in ShipStation account.
Read
Low risk
Track Shipment
shipstation:track_shipment
Track a shipment using carrier code and tracking number.
Write
Low risk
Update Order
shipstation:update_order
Update an existing order in ShipStation.
Write
Medium risk
Update Product
shipstation:update_product
Update an existing product in ShipStation catalog.
Write
Medium risk
Void Label
shipstation:void_label
Void a shipping label to get a refund from the carrier.
Write
High risk