I am calling an API through a Webhook to return shipment data. The data is a collection of nested JSON objects. When I run the API through Postman it returns the entire JSON as expected. When I run it in Zapier, not all of the JSON seems to be returned, and I’m not able to see or use all the JSON fields for subsequent actions. Is there a limit to how many levels deep Zapier will read a JSON response, or a limit to the line items it displays in the test window when testing?
This is a subset of the results from Postman showing all the expected fields.

And reviewing the same results in the test window, I am completely missing
subTasks
stops
location
Thanks.