Quickstart
Integrate your tools, workflows, or custom UI directly into the PIM with a TypeScript app.
1. Initialize a TypeScript project with Vite
mkdir my-pim-integration
cd my-pim-integration
npm create vite@latest .2. Install PIM SDK and UI Packages
npm install @structdk/extension-sdk @structdk/ui @structdk/struct-icon3. Setting up a minimal extension
4. Create UI component
5. Render the component in your app
6. Integrate app




Last updated