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.
Shopify Create Customer
shopify_developer_app:shopify_create_customer
Create a new customer account.
Write
Medium risk
Shopify Create Fulfillment
shopify_developer_app:shopify_create_fulfillment
Create a fulfillment for an order to mark items as shipped.
Write
Medium risk
Shopify Create Product
shopify_developer_app:shopify_create_product
Create a new product with optional variants.
Write
Medium risk
Shopify Delete Customer
shopify_developer_app:shopify_delete_customer
Permanently delete a customer account. THIS CANNOT BE UNDONE.
Write
High risk
Shopify Delete Product
shopify_developer_app:shopify_delete_product
Permanently delete a product and all its variants. THIS CANNOT BE UNDONE.
Write
High risk
Shopify Get Customer
shopify_developer_app:shopify_get_customer
Fetch a single customer by ID with order history summary.
Write
Low risk
Shopify Get Order
shopify_developer_app:shopify_get_order
Fetch a single order by ID with line items and fulfillment status.
Write
Low risk
Shopify Get Product
shopify_developer_app:shopify_get_product
Fetch a single product by ID with variants and inventory information.
Write
Low risk
Shopify List Customers
shopify_developer_app:shopify_list_customers
List customers with search and pagination support.
Write
Low risk
Shopify List Locations
shopify_developer_app:shopify_list_locations
List all locations where inventory is managed.
Write
Low risk
Shopify List Orders
shopify_developer_app:shopify_list_orders
List orders with filtering and pagination support.
Write
Low risk
Shopify List Products
shopify_developer_app:shopify_list_products
List products with filtering and pagination support.
Write
Low risk
Shopify Update Customer
shopify_developer_app:shopify_update_customer
Update an existing customer's information.
Write
Medium risk
Shopify Update Inventory
shopify_developer_app:shopify_update_inventory
Update inventory quantity for a specific item at a location.
Write
Medium risk
Shopify Update Order
shopify_developer_app:shopify_update_order
Update an existing order's basic information (note, tags, email).
Write
Medium risk
Shopify Update Product
shopify_developer_app:shopify_update_product
Update an existing product's basic information.
Write
Medium risk