Hi there,
I’m trying to setup a page where one can redeem a gift card (disable it) by providing the gift card code.
From the API page: https://shopify.dev/api/admin-graphql/2022-04/mutations/giftCardDisable , it seems like it only can be done by providing the gift card id and not the code.
So my question is: how can I do the same thing with the gift card code ? Is there any way to retrieve the id by providing the code ?
Cheers,
Raphael