TNEW New Order Interceptor

Hi Gang - This is probably a relatively simple answer, but I'm just getting started developing some interceptor plugins.  I have a functioning plugin that fires on an intercept of a POST to Txn/Orders that works great any time an order is created in the Tessitura client application or when I trigger it manually from the Web api client - but it seems that TNEW never creates a POST to Txn/Orders when a new order is created.  

The help documentation for the POST to Txn/Orders reads This resource is currently only for interceptor plugin use. This is called any time a new order is saved via the API or from the client application. Only OrderId is provided in the request content....
And the documentation for Web/Cart/{sessionKey}/Checkout has a line that reads  In order to facilitate the use of the interceptor capability, the checkout method now makes a POST call to Txn / Orders.By default this call does nothing unless a developer has added interceptor plug -in code to the exposure.

Am I doing it wrong? Does anyone know what verb/endpoint I can intercept any time a new order is created in TNEW?

Thanks,

Bill Waugh
Starlight Theatre
bill.waugh@kcstarlight.com

Parents Reply
  • Thanks for the follow up Ryan.   I'm pretty sure the plugin is installed/registered because it always fires from the application and it can be fired manually from the web API client (POST to Txn/Orders) using the same credentials that TNEW uses. (And it's listed in the plugins list if that means anything).  Haven't been able to get a response on the support ticket for the last 6 days, so I'm stuck.   Just out of curiosity - if I use the logger function of the plugin - would that write to the standard TNEW logs that I have access to in the TNEW admin or does that go to some other log?  Thanks, BW

Children
No Data