I would like to make an extension to review a shipping address with Post Purchase UI Extensions.
The extension must knows a shipping address for the order. But I am not sure how to do that.
We can get “referenceId” from “Purchase”, so I thought we can get a shipping address by calling some API with the “referenceId” at first. But I cannot find any APIs using “referenceId”.
https://shopify.dev/api/checkout-extensions/extension-points/api#purchase
Does anyone know the method to get an address on Post Purchase UI Extensions?