A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
The following image (in shipping profile configurations for a shop)
seems to suggest that DeliveryRateDefinition has an optional "Transit time" property, or something that I could deduce it from.
However, I can't find it anywhere in the documentation, so I can't access it by API. As far as I can tell, even selecting all the fields, an "Express" shipping created via the dropdown (that gives a transit time) and one created by manually entering "Express" as name show up exactly the same way through the API.
How can I access that?
Thanks,