I’m working on some graphQL API queries to pull order and shipment data and I would like to fetch the following fields:
-Customer
-Shipping Name
These fields are visible in the left pane of the main orders search page:
Is there some way to get these fields when querying an order or shipment via API? I can’t seem to find them in the list of fields, but sometimes the labeling of fields in the API is different vs the front-end so maybe I’m just overlooking them. Please let me know if it’s possible & if so how.