All Release Notes

Excluding Platform Initiated Changes from Audit log results

28 September 2021
Enhancement
SecurityGraphQL

It is now possible to exclude commercetools Platform initiated Changes from Audit Log response data sets.

Change:

  • [API] Added excludePlatformInitiatedChanges query parameter to all Query Record endpoints that will allow Changes originated by the commercetools Platform to be excluded from the response data set.
  • [GraphQL API] Added excludePlatformInitiatedChanges filtering parameter.

The following changes were made in terms of GraphQL SDL:

enum ExcludePlatformInitiatedChangesInput {
excludeAll
changeLineItemName
changeReviewRatingStatistics
setApplicationVersion
setIsValid
setVariantAvailability
}
enum DiscountCodeInternalChangesInput {
excludeAll
setApplicationVersion
}
enum ProductInternalChangesInput {
excludeAll
changeReviewRatingStatistics
setVariantAvailability
}
enum ProductDiscountInternalChangesInput {
excludeAll
setIsValid
}
enum ShoppingListInternalChangesInput {
excludeAll
changeLineItemName
}