diff --git a/changes.md b/changes.md
index 208cb3f1ff7..7b038d2ae2d 100644
--- a/changes.md
+++ b/changes.md
@@ -7,3 +7,11 @@
- :warning: changed property `column` of type `GraphQLErrorLocation` from type `integer` to `number`
+
+
+Added QueryParameter(s)
+
+- added query parameter `where` to method `get /{projectKey}/product-selections/key={key}/products`
+- added query parameter `where` to method `get /{projectKey}/product-selections/{ID}/products`
+
+
diff --git a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
index d53ca9ad23e..c942dbb9dcd 100644
--- a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
+++ b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
@@ -19,6 +19,18 @@ public void WithMethods(HttpRequestMessage request, string httpMethod, string ur
public static IEnumerable