|
16 | 16 | ".components.schemas.Cart.properties.errors.properties.message": > |
17 | 17 | A persistent error passed from the shopping cart calculation processes to the user end. |
18 | 18 |
|
19 | | -".components.schemas.Cart.properties.transactions.properties.paymentMethodId": > |
| 19 | +".components.schemas.Cart.properties.transactions.items.properties.paymentMethodId": > |
20 | 20 | Unique identity of payment method. |
21 | 21 |
|
22 | 22 | ".components.schemas.Cart.properties.modified": > |
|
325 | 325 | ".components.schemas.Criteria.properties.filter.properties.value": > |
326 | 326 | To filter the results and aggregations by value. |
327 | 327 |
|
328 | | -".components.schemas.Criteria.properties.sort.properties.field": > |
| 328 | +".components.schemas.Criteria.properties.sort.items.properties.field": > |
329 | 329 | Sort the search results by field like an property identifier. |
330 | 330 |
|
331 | | -".components.schemas.Criteria.properties.sort.properties.order": > |
| 331 | +".components.schemas.Criteria.properties.sort.items.properties.order": > |
332 | 332 | Sort the search results of orders by ascending or descending. |
333 | 333 |
|
334 | | -".components.schemas.Criteria.properties.sort.properties.naturalSorting": > |
| 334 | +".components.schemas.Criteria.properties.sort.items.properties.naturalSorting": > |
335 | 335 | Sorting for special cases such as German letters with umlauts and similar characters etc. |
336 | 336 |
|
337 | | -".components.schemas.Criteria.properties.post-filter.properties.type": > |
338 | | - To filter only the results but not the aggregations with filter types like ==, >=, etc. |
339 | | -
|
340 | | -".components.schemas.Criteria.properties.post-filter.properties.field": > |
341 | | - To filter only the results but not the aggregations by field like an property identifier. |
342 | | -
|
343 | | -".components.schemas.Criteria.properties.post-filter.properties.value": > |
344 | | - To filter only the results but not the aggregations by value. |
345 | | -
|
346 | 337 | ".components.schemas.ProductListingCriteria.properties.filter.properties.type": > |
347 | 338 | To filter the results and aggregations with filter types like ==, >=, etc. |
348 | 339 |
|
|
3709 | 3700 | ".components.schemas.WebhookEventLog.properties.customFields": > |
3710 | 3701 | Additional fields that offer a possibility to add own fields for the different program-areas. |
3711 | 3702 |
|
3712 | | -".components.schemas.businessEventsResponse.properties.name": > |
| 3703 | +".components.schemas.businessEventsResponse.items.properties.name": > |
3713 | 3704 | Unique name of the businessEventsResponse. |
3714 | 3705 |
|
3715 | | -".components.schemas.businessEventsResponse.properties.class": > |
| 3706 | +".components.schemas.businessEventsResponse.items.properties.class": > |
3716 | 3707 | Class name of business event. |
3717 | 3708 |
|
3718 | | -".components.schemas.businessEventsResponse.properties.data": > |
| 3709 | +".components.schemas.businessEventsResponse.items.properties.data": > |
3719 | 3710 | Internal field. |
3720 | 3711 |
|
3721 | | -".components.schemas.businessEventsResponse.properties.aware": > |
| 3712 | +".components.schemas.businessEventsResponse.items.properties.aware": > |
3722 | 3713 | Parameter that indicates the areas in which the business event is supported. |
3723 | 3714 |
|
3724 | | -".components.schemas.businessEventsResponse.properties.extensions": > |
| 3715 | +".components.schemas.businessEventsResponse.items.properties.extensions": > |
3725 | 3716 | Internal field. |
3726 | 3717 |
|
3727 | 3718 | ".components.schemas.flowBulderActionsResponse.properties.name": > |
|
0 commit comments