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).
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).