Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 9 additions & 18 deletions descriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
".components.schemas.Cart.properties.errors.properties.message": >
A persistent error passed from the shopping cart calculation processes to the user end.

".components.schemas.Cart.properties.transactions.properties.paymentMethodId": >
".components.schemas.Cart.properties.transactions.items.properties.paymentMethodId": >
Unique identity of payment method.

".components.schemas.Cart.properties.modified": >
Expand Down Expand Up @@ -325,24 +325,15 @@
".components.schemas.Criteria.properties.filter.properties.value": >
To filter the results and aggregations by value.

".components.schemas.Criteria.properties.sort.properties.field": >
".components.schemas.Criteria.properties.sort.items.properties.field": >
Sort the search results by field like an property identifier.

".components.schemas.Criteria.properties.sort.properties.order": >
".components.schemas.Criteria.properties.sort.items.properties.order": >
Sort the search results of orders by ascending or descending.

".components.schemas.Criteria.properties.sort.properties.naturalSorting": >
".components.schemas.Criteria.properties.sort.items.properties.naturalSorting": >
Sorting for special cases such as German letters with umlauts and similar characters etc.

".components.schemas.Criteria.properties.post-filter.properties.type": >
To filter only the results but not the aggregations with filter types like ==, >=, etc.

".components.schemas.Criteria.properties.post-filter.properties.field": >
To filter only the results but not the aggregations by field like an property identifier.

".components.schemas.Criteria.properties.post-filter.properties.value": >
To filter only the results but not the aggregations by value.

".components.schemas.ProductListingCriteria.properties.filter.properties.type": >
To filter the results and aggregations with filter types like ==, >=, etc.

Expand Down Expand Up @@ -3709,19 +3700,19 @@
".components.schemas.WebhookEventLog.properties.customFields": >
Additional fields that offer a possibility to add own fields for the different program-areas.

".components.schemas.businessEventsResponse.properties.name": >
".components.schemas.businessEventsResponse.items.properties.name": >
Unique name of the businessEventsResponse.

".components.schemas.businessEventsResponse.properties.class": >
".components.schemas.businessEventsResponse.items.properties.class": >
Class name of business event.

".components.schemas.businessEventsResponse.properties.data": >
".components.schemas.businessEventsResponse.items.properties.data": >
Internal field.

".components.schemas.businessEventsResponse.properties.aware": >
".components.schemas.businessEventsResponse.items.properties.aware": >
Parameter that indicates the areas in which the business event is supported.

".components.schemas.businessEventsResponse.properties.extensions": >
".components.schemas.businessEventsResponse.items.properties.extensions": >
Internal field.

".components.schemas.flowBulderActionsResponse.properties.name": >
Expand Down
Loading