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 Order
printful:cancel_order
Cancel an order. Only works for orders that haven't started production.
Write
High risk
Confirm Order
printful:confirm_order
Confirm a draft order to start production. This action cannot be undone.
Write
Medium risk
Create Order
printful:create_order
Create a new order in Printful with items and shipping details.
Write
Medium risk
Estimate Costs
printful:estimate_costs
Estimate costs for an order before creating it.
Write
Medium risk
Get Order
printful:get_order
Fetch a single order by ID with items, shipping, and fulfillment status.
Read
Low risk
Get Product
printful:get_product
Fetch a single product from the Printful catalog with variants and pricing.
Read
Low risk
Get Product Variants
printful:get_product_variants
Get all variants for a specific product with sizes, colors, and pricing.
Read
Low risk
Get Shipping Rates
printful:get_shipping_rates
Get available shipping rates for a specific destination and items.
Read
Low risk
Get Store Info
printful:get_store_info
Get information about the authenticated store including settings and limits.
Read
Low risk
Get Sync Product
printful:get_sync_product
Get a single sync product with all variants and sync information.
Read
Low risk
Get Tax Rate
printful:get_tax_rate
Calculate tax rate for a specific shipping address.
Read
Low risk
List Countries
printful:list_countries
Get list of countries available for shipping with their codes and states.
Read
Low risk
List Orders
printful:list_orders
List orders with status filtering and pagination.
Read
Low risk
List Products
printful:list_products
List products from the Printful catalog with filtering options.
Read
Low risk
List Sync Products
printful:list_sync_products
List sync products (your store's products) with filtering options.
Read
Low risk
Update Order
printful:update_order
Update an existing order in Printful. Only works for draft orders.
Write
Medium risk