diff --git a/changes.md b/changes.md index 213f02a0373..63d6dc51b87 100644 --- a/changes.md +++ b/changes.md @@ -1,16 +1,29 @@ **Api changes**
-Added Enum(s) +Removed QueryParameter(s) -- added enum `ViewMyShoppingLists` to type `Permission` -- added enum `ViewOthersShoppingLists` to type `Permission` -- added enum `UpdateMyShoppingLists` to type `Permission` -- added enum `UpdateOthersShoppingLists` to type `Permission` -- added enum `CreateMyShoppingLists` to type `Permission` -- added enum `CreateOthersShoppingLists` to type `Permission` -- added enum `DeleteMyShoppingLists` to type `Permission` -- added enum `DeleteOthersShoppingLists` to type `Permission` +- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` +
+ + +
+Added QueryParameter(s) + +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}`
@@ -21,6 +34,15 @@ +
+Removed Type(s) + +- :warning: removed type `AssociateRoleNameChangedMessage` +- :warning: removed type `AssociateRoleNameChangedMessagePayload` +- :warning: removed type `ProductSearchFacetScope` +
+ +
Added Type(s) @@ -74,32 +96,6 @@
-
-Removed Type(s) - -- :warning: removed type `AssociateRoleNameChangedMessage` -- :warning: removed type `AssociateRoleNameChangedMessagePayload` -- :warning: removed type `ProductSearchFacetScope` -
- - -
-Required Property(s) - -- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required -- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional -- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional -
- - -
-Changed Property(s) - -- :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference` -- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]` -
- -
Added Property(s) @@ -120,6 +116,14 @@
+
+Changed Property(s) + +- :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference` +- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]` +
+ +
MarkDeprecated Property(s) @@ -129,29 +133,25 @@
-Added QueryParameter(s) +Required Property(s) -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` +- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional +- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional +- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required
-Removed QueryParameter(s) +Added Enum(s) -- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` +- added enum `ViewMyShoppingLists` to type `Permission` +- added enum `ViewOthersShoppingLists` to type `Permission` +- added enum `UpdateMyShoppingLists` to type `Permission` +- added enum `UpdateOthersShoppingLists` to type `Permission` +- added enum `CreateMyShoppingLists` to type `Permission` +- added enum `CreateOthersShoppingLists` to type `Permission` +- added enum `DeleteMyShoppingLists` to type `Permission` +- added enum `DeleteOthersShoppingLists` to type `Permission`
@@ -205,30 +205,30 @@ **History changes**
-Removed Enum(s) +Added Enum(s) -- :warning: removed enum `setAsssetKey` from type `UpdateType` +- added enum `setAssetKey` to type `UpdateType`
-Added Enum(s) +Removed Enum(s) -- added enum `setAssetKey` to type `UpdateType` +- :warning: removed enum `setAsssetKey` from type `UpdateType`
-Required Property(s) +Changed Property(s) -- :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required +- :warning: changed property `extensions` of type `GraphQLError` from type `GraphQLErrorObject` to `object`
-Changed Property(s) +Required Property(s) -- :warning: changed property `extensions` of type `GraphQLError` from type `GraphQLErrorObject` to `object` +- :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required
diff --git a/references.txt b/references.txt index dee1025cf7c..df9d9f94af2 100644 --- a/references.txt +++ b/references.txt @@ -406,3 +406,4 @@ f0288f95a5fe33fd2973df3f8290defb15129192 b32dd9c6633745d71fb526473fed6cc60e1fab0a dec65e707130185745930bde27ce78ae64ab29c1 356beed6a818fbf0e5a7f5c4e938d02c2ca174ec +356beed6a818fbf0e5a7f5c4e938d02c2ca174ec