commercetools-dotnet-core-sdk-v2
commercetools-dotnet-core-sdk-v2 copied to clipboard
- [ ] Changeset added ### Features ### Fixes ### Breaking changes
**The issue** When using Product Search with a Stats Facet, the return value in the response only contains the name of the facet and none of the data. Example facet:...
**Is your feature request related to a problem? Please describe.** For StoreUpdate, we are facing concurrentmodificationexception where in users update the store data manually but the source of truth is...
- [ ] Changeset added ### Features ### Fixes ### Breaking changes
I'm trying to create a webhook with this SDK to createa a "ProductCreated" Subscription event with this SDK but can't figure it out ` // Create the client instance var...
**Describe the bug** When using the publish option single file the application crashes. The [`UserAgentProvider`](https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/blob/master/commercetools.Sdk/commercetools.Base.Client/Middlewares/UserAgentProvider.cs) can't resove the required assembly files. **To Reproduce** Just publish a sample worker app with...