Discussing APIs and development related to customers, discounts, and order management.
Hello everyone, I would like to know if there is a possibility to create giftcards like on the API Shopify :
https://shopify.dev/api/admin-graphql/2022-07/mutations/giftCardCreate#examples-Create_a_gift_card_w...
Without having to switch to Shopify plus ?
It works on stores without Shopify Plus. You can even log your own network(Dev tools) when manually creating a gift card and you can just import that code to your code and it'll even work if your store somehow doesn't allow it yet from custom apps etc.
If manually grabbing api link it should be the same as their docs
/admin/internal/web/graphql/core?operation=GiftCardCreate&type=mutation
Do you know if this still works? I've attempted and gotten an error message back.
I'm new to API! Does anyone happen to have step by step instructions on how to process bulk GCs? I know how to set up a regular GC in shopify+, just can't seem to figure out a bulk creation.