Lam Tran

Results 20 issues of Lam Tran

### Description When I have a fieldDefintion changed from required=false to required=true ``` { "name": { "en": "Subscription order" }, "description": { "en": "Subscription order definition" }, "resourceTypeIds": ["order"], "fieldDefinitions":...

Type: Bug

### Description When I have 2 arrays of transition in State resource: ``` [ { "typeId": "state", "key": "Active" }, { "typeId": "state", "key": "ReminderSent" }, { "typeId": "state", "key":...

Type: Bug

nodejs sdk is currently retrying on 503 HTTP error only (https://github.com/commercetools/nodejs/blob/1167644b37db9af7baf511b8b14cdf6abf48f47c/packages/sdk-middleware-http/src/http.js#L215). According to the CTP documentation it should retry at least on 502 HTTP error (https://docs.commercetools.com/api/errors#502-bad-gateway). You may consider retrying...

When working with this library, I noticed that Netty library used in this project is almost 3 years old (https://netty.io/news/2017/12/11/4-0-54-Final-4-1-18-Final.html) (https://github.com/commercetools/commercetools-jvm-sdk/blob/master/pom.xml#L95). And it's not the only library that is outdated....

There is no support for API Extension in [sync-actions](https://github.com/commercetools/nodejs/tree/master/packages/sync-actions). Is there any plan to add it soon? Thank you.

Type: New Feature

### Description When there's `setAttributeInAllVariants` action, there's no need to add sku to the update action. https://docs.commercetools.com/http-api-projects-products#set-attribute-in-all-variants ### Possible Solution Use `delete action.sku` to remove sku. Check if this is...

Type: Enhancement

### Description In our projects, we sometimes receive the error because `payload.body.results` is null or undefined. https://github.com/sphereio/sphere-node-sdk/blob/master/src/coffee/services/base.coffee#L409 We're not sure why does the response from platform is null. In order...

Type: Bug

TODO: - [ ] improve the code - add logs, verify error checkings, clean up of unnecessary lines - [ ] fix tests - [ ] add tests for both...

I'm trying to use the typescript sdk in [nextjs middleware](https://nextjs.org/docs/advanced-features/middleware). The nextjs middleware is running Edge runtime, which is [a browsed-based web API](https://nextjs.org/docs/api-reference/edge-runtime). My app is running on nodejs server,...