I am using Platform Notifications to notify my application when certain events occur related to the order. In the NotificationEventTypeCodeType enumeration values, there are many fields, but none correspond to a refund issued to a buyer outside of a return.
For example, a seller may want to send a partial refund directly to a buyer without opening any sort of return. In this case, what is the best way to notify my application when a refund is made?
I obviously want to avoid directly calling getOrder in the fulfillment API, since it will be redundant. Thank you!