How to fetch the local delivery instructions through the REST-API or GraphQL?

Hey folks!

I am trying to build a fulfillment application in React and the company I am building it for is using local delivery to deliver drinks to their customers. In the Shopify checkout, it is possible to add instructions to the delivery service. I can see the delivery instructions in the Shopify admin app, however, how am I able to fetch this through GraphQL or REST-API ? I was not able to find the query to do so.

Thank you in advance,

Cheers,

Joep

I have already looked at the documentation regarding graphql and rest-api, however with no success.