I’m try to run gift card api using postman but it not working. All api response geting 404 not found. I already set my custom app permisions correctly to read and write gift cards.
You need to take special permission for gift card API. You can not create a gift card using API if you don’t have permission. Otherwise, your store should be Shopify plus store. Then you can create gift card.
I have set both read_gift_cards and write_gift_cards permissions set (and also have a ShopifyPlus store) but I am getting the same 404 error when I try to POST (create) a gift card. When I try a GET it works fine.