Skunivo Help Center
Learn the customer workspace, understand inventory concepts and build reliable integrations with the public API, SDKs, OpenAPI and webhooks.
import { SkunivoClient } from '@skunivo/sdk'
const client = new SkunivoClient({ baseUrl: process.env.SKUNIVO_BASE_URL!, apiKey: process.env.SKUNIVO_API_KEY!, organizationId: process.env.SKUNIVO_ORGANIZATION_ID!})Use The Skunivo App
Section titled “Use The Skunivo App”Operational guidance for organization owners, inventory teams and users working in the customer workspace.
Workspace GuideUnderstand overview, products, locations, inventory, movements, operations and settings.
Core ConceptsLearn products, SKUs, locations, balances, movements, reservations, transfers and environments.
Screen By ScreenUse real workspace screenshots to learn what each customer-facing screen does.
Build Integrations
Section titled “Build Integrations”Developer documentation for API keys, SDKs, idempotency, webhooks, examples and the public OpenAPI contract.
API Key AuthAuthenticate server-side integrations with organization-scoped test or live API keys.
Skunivo Node.js SDKUse the fully typed SDK covering every public OpenAPI operation.
Versioned OpenAPIBuild SDKs, tests and connector adapters against the public OpenAPI contract.
Signed WebhooksVerify delivery signatures before applying downstream changes in your integration.
Runnable ExamplesValidate a complete product, stock, reservation and fulfillment flow.
Native API ReferenceBrowse generated endpoint pages, schemas and request examples.