You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are a client of StitchData and use their Zuora plug-in. We recently noticed that we stopped receiving deletion updates for Zuora on 7 April. I suspect it is due to the change in this commit:
At first I thought this was being caused by not using forceExport as per the Zuora docs - but then I realized that is only required for the Stateless API.
However with further testing using Postman on the Zuora API when I did a full extract from our Sandbox - including a call for deleted records - using both the Stateful and Stateless APIs I only actually got deleted records returned when using the Stateless API (that instead depends on updated date).
The text was updated successfully, but these errors were encountered:
We are a client of StitchData and use their Zuora plug-in. We recently noticed that we stopped receiving deletion updates for Zuora on 7 April. I suspect it is due to the change in this commit:
dc3e6ad#diff-4d08d58935ce5c510f09a99be5b502f9
At first I thought this was being caused by not using forceExport as per the Zuora docs - but then I realized that is only required for the Stateless API.
However with further testing using Postman on the Zuora API when I did a full extract from our Sandbox - including a call for deleted records - using both the Stateful and Stateless APIs I only actually got deleted records returned when using the Stateless API (that instead depends on updated date).
The text was updated successfully, but these errors were encountered: