Prerequisites
Before you begin, ensure you have:- Node.js 16.x or higher - The SDK requires Node.js version 16 or later
- npm, yarn, or pnpm - A package manager to install the SDK
- PromoStandards credentials - Account ID and password from your supplier
- API endpoints - Service URLs provided by your supplier
Install the package
TypeScript setup
The SDK includes built-in TypeScript type definitions. If you’re using TypeScript, you’ll get full type safety and autocomplete support out of the box.No additional type packages are needed. The SDK ships with complete TypeScript definitions.
Node.js version requirements
The SDK requires Node.js 16.x or higher. To check your Node.js version:Next steps
Now that you have the SDK installed, you’re ready to initialize a client and make your first API call.Quickstart guide
Learn how to configure the client and make your first API request