6 February 2023
Messages/SubscriptionsPricing and DiscountsGraphQL
We added the
oldValue field to the Standalone Price Value Changed Message that contains the StandalonePrice value as it was before the change.
You can now see how much the value of your updated Standalone Price has changed by comparing the Message fields value and oldValue.Changes:
- [API] Added field
oldValueto Standalone Price Value Changed Message. - [GraphQL API] Changed the
StandalonePriceValueChangedtype:- Added the
oldValuefield to theStandalonePriceValueChangedtype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type StandalonePriceValueChanged {
oldValue: BaseMoney
}