Hello!
I’m currently working on a page to replace the gift_card.liquid file. And, for this project, I’m using the graphQL API to fetch information from shopify. As stated in the documentation for the ‘gift_card.liquid’ page, the variables that I have are the store id and the gift card token.
So, my question is, is there a way to fetch the information of a gift card (including the gift card code to display it on my page) using the gift card token (since it is the only reference I have of the gift card)?
Thanks for your reply! However, I’m not using a liquid based project now. I’m currently migrating to a react app. But, I am still using the shopify information. So, I cannot really use the liquid syntax.