Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
Our app has been using total_spent in the data of orders/create webhook.
But it seems total_spent and some other items in customer object have disappeared from version 202207.
When the event version in the app setting page is 2022-04, total_spent exists in the data of orders/create, but it doesn't when the setting is 2022-07.
In the document of webhook, there should be total_spent and other disappeared items as well.
https://shopify.dev/api/admin-rest/2022-07/resources/webhook
Am I referring to a different document or do I have to do any other things to get those data?
Any information regarding this issue would be helpful.