Hey,
We’re encountering an issue with a checkout extension in our dev app where the useApi() hook is not returning the shipping address (it’s undefined). This issue persists even after completing Step 1 of the Protected Customer Data access request in the Shopify Partner Dashboard.
Interestingly, we can successfully access customer data, including the shipping address, using the GraphQL API, so the problem seems specific to the useApi() hook in the checkout extension. We suspect this may be related to the app’s API access configuration for protected customer data.
Has anyone else faced this issue, or can you suggest potential solutions or additional configuration steps we might be missing? Any insights would be greatly appreciated!
Thanks