15 December 2025
Audit LogOrdersPricing and Discounts
Audit Log now records changes to Shipping Methods and Standalone Prices. Additionally, it records more changes to Orders, Product Discounts, Cart Discounts, and Discount Codes. With this enhancement, you can now access the changes through the Change History API, providing improved traceability for compliance and security audits.
Changes:
- [API] Updated the following in the Change History API:
- Added the ShippingMethodLabel and StandalonePriceLabel types.
- Added
shipping-methodandstandalone-priceto the ChangeHistoryResourceType. - Added the
view_shipping_methods:{projectKey},manage_shipping_methods:{projectKey},view_standalone_prices:{projectKey}, andmanage_standalone_prices:{projectKey}scopes.
- [API] Added the following change types for Shipping Methods:
ShippingMethodAddShippingRateChange,ShippingMethodAddZoneChange,ShippingMethodChangeActiveChange,ShippingMethodChangeIsDefaultChange,ShippingMethodChangeNameChange,ShippingMethodChangeTaxCategoryChange,ShippingMethodRemoveShippingRateChange,ShippingMethodRemoveZoneChange,ShippingMethodSetCustomFieldChange,ShippingMethodSetCustomTypeChange,ShippingMethodSetKeyChange,ShippingMethodSetLocalizedDescriptionChange,ShippingMethodSetLocalizedNameChange,ShippingMethodSetPredicateChange. - [API] Added the following change types for Standalone Prices:
StandalonePriceChangeActiveChange,StandalonePriceChangeValueChange,StandalonePriceSetCustomFieldChange,StandalonePriceSetCustomTypeChange,StandalonePriceSetDiscountedPriceChange,StandalonePriceSetKeyChange,StandalonePriceSetPriceTiersChange,StandalonePriceSetValidFromChange,StandalonePriceSetValidUntilChange,StandalonePriceSetValidFromAndUntilChange. - [API] Added the following change types for Orders:
ChangeCustomLineItemPriceRoundingModeChange,ChangeLineItemPriceRoundingModeChange,SetDirectDiscountsChange,SetShippingInfoDiscountedPriceChange,SetShippingMethodTaxCategoryChange,SetTaxedShippingPriceChange,ChangeDiscountTypeCombinationChange. - [API] Added the following change type for Cart Discounts, Product Discounts, and Discount Codes:
SetReferencesChange.