Hello, I’ve developed a custom app that among other things, talks to the Shopify REST API and downloads orders, updates inventory levels, and sends fulfillments. This app works fine with two of the three Shopify stores I’ve deployed it on. The newest store, however, returns 404 error when I try to send updates to inventory levels, or send fulfillments. Downloading of orders works with no issue. I’ve googled this problem and most of the responses to similar problems say it is a problem with Id numbers. But I am sure I am sending the correct ones, I’ve checked and re-checked them. And besides the same app works on other stores. I’ve contacted tech support a couple of times but so far, not much luck there.
If this will help to check logs and get an idea of why my requests are being rejected with 404 error, here is the X-Request-ID from a recent request: b29c2bf5-5e86-4dcc-87f5-8dff62c0a2b8.
Any help with this is very much appreciated!