A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everybody! I have this question, when using the orders API fetching an order like this:
https://***.myshopify.com/admin/api/2021-10/orders/{orderId}.json
It returns in its data a link "order_status_url" and my question is how long does this link lasts? Does it expires or lasts forever?
I wasn't able to find an answer to this and support wasn't able to responde this question to me either. I want to know this because I would like to store this url in my database, but if the link expires shortly then that won't be posible.
Thank you in advance!