|
1 | 1 | **Api changes** |
2 | 2 |
|
| 3 | +<details> |
| 4 | +<summary>Removed QueryParameter(s)</summary> |
| 5 | + |
| 6 | +- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` |
| 7 | +</details> |
| 8 | + |
| 9 | + |
| 10 | +<details> |
| 11 | +<summary>Added QueryParameter(s)</summary> |
| 12 | + |
| 13 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` |
| 14 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` |
| 15 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` |
| 16 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` |
| 17 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` |
| 18 | +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` |
| 19 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` |
| 20 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` |
| 21 | +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` |
| 22 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` |
| 23 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` |
| 24 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` |
| 25 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` |
| 26 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` |
| 27 | +</details> |
| 28 | + |
| 29 | + |
| 30 | +<details> |
| 31 | +<summary>Changed Type(s)</summary> |
| 32 | + |
| 33 | +- :warning: changed type `DeliveryPayload` from type `object` to `SubscriptionNotification` |
| 34 | +</details> |
| 35 | + |
| 36 | + |
3 | 37 | <details> |
4 | 38 | <summary>Added Type(s)</summary> |
5 | 39 |
|
|
181 | 215 |
|
182 | 216 |
|
183 | 217 | <details> |
184 | | -<summary>Changed Type(s)</summary> |
185 | | - |
186 | | -- :warning: changed type `DeliveryPayload` from type `object` to `SubscriptionNotification` |
187 | | -</details> |
188 | | - |
189 | | - |
190 | | -<details> |
191 | | -<summary>Added Resource(s)</summary> |
192 | | - |
193 | | -- added resource `/{projectKey}/discount-groups` |
194 | | -- added resource `/{projectKey}/payment-methods` |
195 | | -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists` |
196 | | -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}` |
197 | | -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}` |
198 | | -- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}` |
199 | | -- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}` |
200 | | -- added resource `/{projectKey}/discount-groups/key={key}` |
201 | | -- added resource `/{projectKey}/discount-groups/{ID}` |
202 | | -- added resource `/{projectKey}/payment-methods/key={key}` |
203 | | -- added resource `/{projectKey}/payment-methods/{ID}` |
204 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units` |
205 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
206 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
207 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}` |
208 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}` |
209 | | -</details> |
210 | | - |
211 | | - |
212 | | -<details> |
213 | | -<summary>Removed Property(s)</summary> |
214 | | - |
215 | | -- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints` |
216 | | -- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap` |
217 | | -</details> |
218 | | - |
219 | | - |
220 | | -<details> |
221 | | -<summary>Changed Property(s)</summary> |
222 | | - |
223 | | -- :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference` |
224 | | -- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]` |
225 | | -- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
226 | | -- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
227 | | -- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery` |
228 | | -</details> |
229 | | - |
230 | | - |
231 | | -<details> |
232 | | -<summary>Required Property(s)</summary> |
233 | | - |
234 | | -- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
235 | | -- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional |
236 | | -- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional |
237 | | -- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required |
238 | | -</details> |
239 | | - |
240 | | - |
241 | | -<details> |
242 | | -<summary>MarkDeprecated Property(s)</summary> |
| 218 | +<summary>Added Enum(s)</summary> |
243 | 219 |
|
244 | | -- marked property `CountOnCustomLineItemUnits::excludeCount` as deprecated |
245 | | -- marked property `CountOnLineItemUnits::excludeCount` as deprecated |
| 220 | +- added enum `ViewMyShoppingLists` to type `Permission` |
| 221 | +- added enum `ViewOthersShoppingLists` to type `Permission` |
| 222 | +- added enum `UpdateMyShoppingLists` to type `Permission` |
| 223 | +- added enum `UpdateOthersShoppingLists` to type `Permission` |
| 224 | +- added enum `CreateMyShoppingLists` to type `Permission` |
| 225 | +- added enum `CreateOthersShoppingLists` to type `Permission` |
| 226 | +- added enum `DeleteMyShoppingLists` to type `Permission` |
| 227 | +- added enum `DeleteOthersShoppingLists` to type `Permission` |
| 228 | +- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
| 229 | +- added enum `discount-group` to type `ReferenceTypeId` |
| 230 | +- added enum `payment-method` to type `ReferenceTypeId` |
| 231 | +- added enum `payment-method` to type `ExtensionResourceTypeId` |
246 | 232 | </details> |
247 | 233 |
|
248 | 234 |
|
|
304 | 290 |
|
305 | 291 |
|
306 | 292 | <details> |
307 | | -<summary>Added QueryParameter(s)</summary> |
| 293 | +<summary>Changed Property(s)</summary> |
308 | 294 |
|
309 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` |
310 | | -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` |
311 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` |
312 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` |
313 | | -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` |
314 | | -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` |
315 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` |
316 | | -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` |
317 | | -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` |
318 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` |
319 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` |
320 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` |
321 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` |
322 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` |
| 295 | +- :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference` |
| 296 | +- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]` |
| 297 | +- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
| 298 | +- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
| 299 | +- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery` |
323 | 300 | </details> |
324 | 301 |
|
325 | 302 |
|
326 | 303 | <details> |
327 | | -<summary>Removed QueryParameter(s)</summary> |
| 304 | +<summary>Required Property(s)</summary> |
328 | 305 |
|
329 | | -- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` |
| 306 | +- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required |
| 307 | +- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
| 308 | +- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional |
| 309 | +- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional |
| 310 | +</details> |
| 311 | + |
| 312 | + |
| 313 | +<details> |
| 314 | +<summary>Removed Property(s)</summary> |
| 315 | + |
| 316 | +- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints` |
| 317 | +- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap` |
| 318 | +</details> |
| 319 | + |
| 320 | + |
| 321 | +<details> |
| 322 | +<summary>MarkDeprecated Property(s)</summary> |
| 323 | + |
| 324 | +- marked property `CountOnCustomLineItemUnits::excludeCount` as deprecated |
| 325 | +- marked property `CountOnLineItemUnits::excludeCount` as deprecated |
330 | 326 | </details> |
331 | 327 |
|
332 | 328 |
|
|
385 | 381 |
|
386 | 382 |
|
387 | 383 | <details> |
388 | | -<summary>Added Enum(s)</summary> |
| 384 | +<summary>Added Resource(s)</summary> |
389 | 385 |
|
390 | | -- added enum `ViewMyShoppingLists` to type `Permission` |
391 | | -- added enum `ViewOthersShoppingLists` to type `Permission` |
392 | | -- added enum `UpdateMyShoppingLists` to type `Permission` |
393 | | -- added enum `UpdateOthersShoppingLists` to type `Permission` |
394 | | -- added enum `CreateMyShoppingLists` to type `Permission` |
395 | | -- added enum `CreateOthersShoppingLists` to type `Permission` |
396 | | -- added enum `DeleteMyShoppingLists` to type `Permission` |
397 | | -- added enum `DeleteOthersShoppingLists` to type `Permission` |
398 | | -- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
399 | | -- added enum `discount-group` to type `ReferenceTypeId` |
400 | | -- added enum `payment-method` to type `ReferenceTypeId` |
401 | | -- added enum `payment-method` to type `ExtensionResourceTypeId` |
| 386 | +- added resource `/{projectKey}/discount-groups` |
| 387 | +- added resource `/{projectKey}/payment-methods` |
| 388 | +- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists` |
| 389 | +- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}` |
| 390 | +- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}` |
| 391 | +- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}` |
| 392 | +- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}` |
| 393 | +- added resource `/{projectKey}/discount-groups/key={key}` |
| 394 | +- added resource `/{projectKey}/discount-groups/{ID}` |
| 395 | +- added resource `/{projectKey}/payment-methods/key={key}` |
| 396 | +- added resource `/{projectKey}/payment-methods/{ID}` |
| 397 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units` |
| 398 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
| 399 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
| 400 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}` |
| 401 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}` |
402 | 402 | </details> |
403 | 403 |
|
404 | 404 | **Import changes** |
405 | 405 |
|
406 | 406 | <details> |
407 | | -<summary>Added Type(s)</summary> |
| 407 | +<summary>Added Property(s)</summary> |
408 | 408 |
|
409 | | -- added type `AttributeLevel` |
| 409 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords` |
| 410 | +- added property `attributes` to type `ProductImport` |
| 411 | +- added property `attributes` to type `ProductDraftImport` |
| 412 | +- added property `level` to type `AttributeDefinition` |
| 413 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString` |
410 | 414 | </details> |
411 | 415 |
|
412 | 416 |
|
|
419 | 423 |
|
420 | 424 |
|
421 | 425 | <details> |
422 | | -<summary>Added Property(s)</summary> |
| 426 | +<summary>Added Type(s)</summary> |
423 | 427 |
|
424 | | -- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords` |
425 | | -- added property `attributes` to type `ProductImport` |
426 | | -- added property `attributes` to type `ProductDraftImport` |
427 | | -- added property `level` to type `AttributeDefinition` |
428 | | -- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString` |
| 428 | +- added type `AttributeLevel` |
429 | 429 | </details> |
430 | 430 |
|
431 | 431 | **History changes** |
432 | 432 |
|
433 | | -<details> |
434 | | -<summary>Removed Enum(s)</summary> |
435 | | - |
436 | | -- :warning: removed enum `setAsssetKey` from type `UpdateType` |
437 | | -</details> |
438 | | - |
439 | | - |
440 | 433 | <details> |
441 | 434 | <summary>Added Enum(s)</summary> |
442 | 435 |
|
|
447 | 440 |
|
448 | 441 |
|
449 | 442 | <details> |
450 | | -<summary>Removed Type(s)</summary> |
| 443 | +<summary>Removed Enum(s)</summary> |
451 | 444 |
|
452 | | -- :warning: removed type `GraphQLErrorObject` |
| 445 | +- :warning: removed enum `setAsssetKey` from type `UpdateType` |
453 | 446 | </details> |
454 | 447 |
|
455 | 448 |
|
|
466 | 459 | - :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required |
467 | 460 | </details> |
468 | 461 |
|
| 462 | + |
| 463 | +<details> |
| 464 | +<summary>Removed Type(s)</summary> |
| 465 | + |
| 466 | +- :warning: removed type `GraphQLErrorObject` |
| 467 | +</details> |
| 468 | + |
0 commit comments