Simplio3D SDK v3.4
The official TypeScript SDK for the Simplio3D 3D CPQ platform. Full headless support for option blocks, conditional logic, pricing formulas, contact forms, 3D viewer, animations, and more.
Why Use the SDK?
The SDK provides a clean, type-safe wrapper around the Simplio3D REST API with built-in authentication, error handling, timeouts, and retries.
Type Safety
Full TypeScript definitions
Auto Retry
Built-in retry logic
Error Handling
Typed error classes
Headless Ready
Complete configurator API
SDK Modules
Core
Projects, assets, materials, categories
Configurator
Option blocks, variants, conditions
CPQ & Forms
Pricing, formulas, quotes, forms
3D Viewer
Embed config, state, screenshots
Team & Sharing
Members, share links, email logs
Animations
Motion blocks, settings, branding
Continue reading
InstallationInstall @simplio3d/sdk from npm and add it to a browser or Node.js project.Quick StartCreate a client, load a project, and render a configurator in a few lines of TypeScript.Client SetupConfigure the SDK client with an access token (browser) or API token (server) and the API URL.ProjectsList, read, create, update, and delete projects, with automatic decompression of large scenes.
