What is changing? And, why? This update was to make the “ProductStatus” for a session consistent across different calls. We have now added a new status “Cancelled” to the “Session” object in the retrieve call. Earlier there were only two statuses “OpenForRegistration” & “ClosedForRegistration” and for a cancelled session we were returning ClosedForRegistration which will…