Attempting to create a gift card (auto-generated code) using the ADMIN REST API admin/api/2021-07/gift_cards.json. However I’m receiving the following errors when attempting to do so:
{
"errors": "Not Found"
}
I’m passing the correct auth header ‘X-Shopify-Access-Token’ with the fetch api and the body:
{
"initial_value": 10.0
}
I also created a gift card product the shopify admin panel:
I found somewhere online that the shopify team may need to grant access.
Any help here would be appreciated, thanks!
