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.
add order
baselinker:add_order
baselinker add order
Write
Low risk
Add Order Product
baselinker:add_order_product
Add a product to an existing order.
Write
Medium risk
Create Category
baselinker:create_category
Create a new category in the specified inventory.
Write
Medium risk
Create Package
baselinker:create_package
Create a shipping package for an order with the specified courier.
Write
Medium risk
Create Product
baselinker:create_product
Create a new product in the specified inventory.
Write
Medium risk
Delete Product
baselinker:delete_product
Delete a product from inventory. WARNING: This action cannot be undone.
Write
High risk
Get Couriers
baselinker:get_couriers
Get all available courier services with their codes and names.
Read
Low risk
get external storage list
baselinker:get_external_storage_list
baselinker get external storage list
Read
Low risk
Get Order
baselinker:get_order
Fetch a single order by ID with complete details including products and status.
Read
Low risk
Get Order Packages
baselinker:get_order_packages
Get all packages/shipments for a specific order.
Read
Low risk
Get Order Statuses
baselinker:get_order_statuses
Get all available order statuses with their IDs and names.
Read
Low risk
Get Product
baselinker:get_product
Fetch a single product by ID with complete details including variants and stock.
Read
Low risk
List Categories
baselinker:list_categories
Get all categories from the specified inventory.
Read
Low risk
List Inventories
baselinker:list_inventories
Get all available inventories with their IDs and names.
Read
Low risk
List Orders
baselinker:list_orders
List orders with filtering options. Returns up to 100 orders per call.
Read
Low risk
list order statuses
baselinker:list_order_statuses
baselinker list order statuses
Read
Low risk
List Products
baselinker:list_products
List products from inventory with filtering and pagination options.
Read
Low risk
List Warehouses
baselinker:list_warehouses
Get all available warehouses with their IDs and details.
Read
Low risk
Update Order Status
baselinker:update_order_status
Update the status of an existing order.
Write
Medium risk
Update Product
baselinker:update_product
Update an existing product in the inventory.
Write
Medium risk
Update Product Stock
baselinker:update_product_stock
Update stock quantity for a product or product variant.
Write
Medium risk