Hi Everyone,
We are pleased to announce the release of the October Service Pack. Please see the Product Announcement for more details about this release.
More to come on the December Service Pack soon - As a reminder, we are skipping November to focus development effort on version 16.
Best,
Chris Szalaj
Product Owner, Business Facing Products
Tessitura Network
Hi Devs,
Note that there is one change in API validation in 15.1.15 service pack that could potentially be a breaking change.
Previously, you could load a saved order and then delete seats from that reloaded order using a DELETE request to Web/Cart/{sessionKey}/LineItems/{lineItemId}/SubLineItems/{subLineItemId}. This may have been done to try and mimic a ticket return on the same order rather than doing it on a new order. This should have been disallowed because of downstream negative impact that can occur with deleting the SLI on a saved order. When executing a ticket return via the API, it is still the case that it must be executed via a new ticket order. We will consider same-order return functionality via the API for a future release.
Thanks,