Hi,
We would like to create a custom function that during checkout validates whether the customer has overdue payments. In the Input GraphQL object this information is not available (both the customer and company objects are but there is limited info that you can request for these, you can for example request the number of orders but not the number of overdue payments).
Is there any way to retrieve this information from within the function itself? As we understand it the only information you can get use in the function is whatever can be specified in the Input GraphQL, or is it possible to retrieve additional information?