Focuses on API authentication, access scopes, and permission management.
Hello, I am using Gokwik checkout on my store which is an api app. But my customers are not able to apply gift card codes on checkout. Upon checking with gokwik support, they have asked that I would need to give them two permissions from shopify for gift cards - write_gift_card_adjustments, read_gift_card_adjustments
Support is not able to help at all as they say they don't know coding. Please help me out at the earliest since my customers have been complaining.
Hey @shreyak3596
If this is a public app, they'll need to request the permissions when you install the app.
If it's a custom app, you can grant permissions in your Admin > Settings > Apps and sales channels > Develop Apps > Select the app > Configuration > Admin API Configure > Select Gift Card scopes.
Please note this is only available to Shopify Plus stores. More info in our docs here: https://shopify.dev/docs/api/admin-rest/2023-01/resources/gift-card
Scott | Developer Advocate @ Shopify
Hello, according to the API docs it specifically mentioned that the gift card resource is available for customs and private apps. I am wondering if the API also available for public app? Thank you.