I am working on an app that requires access to order info on the order status page. It seems only the checkout information and the order ID is available in the Shopify object when the page loads. Since I can’t directly edit the order status page I’m using a script tag to pull in javascript that performs a get request for the order info based on the available order_id. The problem is this runs on the client and requires a login when it makes the request. Is there a way to read the order info from some element in the order status page? Is there some way I can authenticate without having the login popup? I noticed a token is available but this doesn’t seem to apply to my get request.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Order's API order_status_url thank you page Asking For Authentication | 5 | 22 | June 5, 2024 | |
| Order Status Page api call verification | 6 | 18 | June 20, 2021 | |
| Access to order status page from Shopify admin requires credentials | 9 | 62 | June 26, 2025 | |
| Order's API order_status_url page asking for authentication | 15 | 55 | June 5, 2024 | |
| Retrieve Order Status Page URL trough Flow (in late 2024) | 2 | 44 | December 19, 2024 |