No content to show
User Activity
Ok I figured it out. It's really awful and written nowhere in the documentation, but you must request for customer Name in order to get the order_status_url in the retrieved orders response. I was requesting only Email and it was not enough to get...
I have Level 2 approval of Customer data access, but I still do not see order_status_url when requesting an order with `GET /admin/api/2024-04/orders.json?status=any` I think the changelog is the following. https://shopify.dev/changelog/level-2-prot...
This must not be correct. I am getting Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getSessionToken') The code I have is as follows, and I am getting the error when callingconst getSessionToken = window['app-bridge...
In the page explaining how to get started with AppBridge, we have examples of using AppBridge form CDN.https://shopify.dev/apps/tools/app-bridge/getting-startedThat is how we are using AppBridge. However, in the page that describes how to use getSess...