Giftcard API 404 Not Found

Hello,

I am trying to call the giftcard API request: /admin/api/2022-10/gift_cards.json

but i get this response:

{
“errors”: “Not Found”
}

What can i do?

I can create giftcards on my admin and have the read/write scope access.

Thanks in advance

Hi,

Please check if your app has access to the Gift Card Resource. More info here

Shopify Plus

The Gift Card resource is available for private apps installed on Shopify Plus stores. As of API version 2021-04, the Gift Card resource is also available for custom apps installed on Shopify Plus stores.

Your app must request the write_gift_cards and read_gift_cards access scopes. Merchants that want to sell or issue gift cards also need to activate the gift card feature in the Shopify admin.

That’s exactly right @jazz-jay ! The scopes granted to an app can be checked via the /admin/oauth/access_scopes.json endpoint as well.

Hope that helps!