commercetools-sdk-typescript icon indicating copy to clipboard operation
commercetools-sdk-typescript copied to clipboard

The e-commerce SDK from commercetools for JavaScript written in TypeScript.

Results 54 commercetools-sdk-typescript issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`7.20.2` -> `7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.2/7.20.5) |...

Type: Maintenance

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

I bootstraped a new react project using Vite and react following `npm init vite@latest vite-number-conversion -- --template react-ts` after having added out typescript sdk using ` pnpm add @commercetools/platform-sdk @commercetools/sdk-client-v2`...

Customer issue

When trying to create a const of type ByProjectKeyRequestBuilder like ` const builder: ByProjectKeyRequestBuilder = createApiBuilderFromCtpClient(ctpClient).withProjectKey({ projectKey: config.projectKey || "", });` you will need to import ByProjectKeyRequestBuilder. E.g VSCode does...

Customer issue

Hi, I tried to install node modules in this project. After running npm install command I am getting some error:- ![image](https://user-images.githubusercontent.com/94686066/204196122-b6e7cd0f-796b-42ac-8ede-1495ff491d08.png)

Customer issue

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

Type: Maintenance

We need to ensure the TS SDK is fully compatible with browsers. **AC** - [ ] Check that all packages have polyfills - [ ] Test with custom apps

Currently the SDK Client and the middlewares are part of this package https://www.npmjs.com/package/@commercetools/sdk-client-v2 Current version 2.0.0 AC - [ ] Write wiki after feedback from team on release strategy https://wiki.commercetools.com/display/CTCLIENTS/TS+SDK+middleware+enhancement...