CUTRIX
Sign in
Integrations

Your website takes the order. Cutrix does the rest.

Plugins for the platforms your customers already use, plus a full REST API when you want to build it yourself.

WordPress
Plugin

Drop the live quote tool and order upload into any WordPress page · quotes flow straight back into Cutrix.

Wix
App

Embed the configurator in your Wix site from the app market · no code.

Shopify
App

Sell cut-to-size products through your Shopify store with live pricing.

Magento
Extension

Sync quotes, orders and customers with your Magento catalogue.

REST API
API v2

Decors, quotes, orders and job status · everything the plugins use, documented.

Webhooks
Events

order.confirmed, job.cut, job.dispatched · push updates into your own systems.

Zapier
Beta

Connect orders to sheets, Slack, accounting · no code automation.

CSV import
Built in

Cutting lists and supplier price lists in any layout · the AI maps the columns.

Embedding takes minutes
1
Install the plugin
WordPress or Wix · one click from the marketplace.
2
Paste your site key
Found in Settings · Plugins · keys are per domain.
3
Take orders
Quotes, uploads and payments flow into your Cutrix dashboard.
POST /api/v2/quotes
{
  "decor": "0101-PE",
  "thickness": 18,
  "parts": [
    { "L": 720, "W": 560, "qty": 2,
      "edging": ["L1"],
      "machining": ["blum-screw"] }
  ]
}

→ 200 { "total": 41.86, "sheets": 1, "yield": 78 }