Getting 404 ResourceNotFound for GiftCard and Discount resources
See original GitHub issueWe have a Shopify+ account, and trying to use the API Resources for GiftCard
and Discount
results in a ResourceNotFound exception:
pyactiveresource.connection.ResourceNotFound: Not Found: https://<shop>.myshopify.com/admin/gift_cards.json
Also, visiting the above URL (with the actual value for <shop>) on my browser displays the resource in JSON format correctly.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Solved: Gift Card API 404 Not Found Error - Shopify Community
I'm trying to create gift cards using the /admin/api/2021-10/gift_cards.json endpoint, however I keep getting a 404 not found error.
Read more >REST API 404: Bad URI, or Missing Resource? - Stack Overflow
A poorly form URI doesn't point to the resource and therefore performing a GET on it will not return a resource. 404 means...
Read more >Verifying your site: trouble with 404 pages - Google Developers
This error means that we've detected that your server returns a status of OK when the requested file is not found. This is...
Read more >Encountering a net::ERR_ABORTED error and 404 error ...
Hi, I am not using create-react app. I am using webpack, babel, and es6. Everything has been working fine until I realized the...
Read more >A Resource Guide to the U.S. Foreign Corrupt Practices Act
It does not in any way limit the enforcement intentions or litigating positions of the U.S. Department of. Justice, the U.S. Securities and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
so its not a thing that can get created from the admin. it comes from internal_services? gotcha
The api docs definitely should be more clear.
And it is not the case for anything else iirc On Mon, Apr 17, 2017 at 10:28 PM clement911 notifications@github.com wrote: