Covers all questions related to inventory management, order fulfillment, and shipping.
We have a stock and price update service, which is trying to update the stock of an item through API. But, it fails with a message "not found".
Solved! Go to the solution
This is an accepted solution.
I wanted to share that I've been able to identify and resolve the problem.
The Issue:
It turns out the API currently only works when using the default Shopify domain (e.g., abcd123.shopify.com). When using a custom domain, whether it's a Shopify subdomain (e.g., customsite.shopify.com) or a completely different domain (e.g., customsite.com), the API calls will fail.
The Resolution:
While I didn't receive direct support from Shopify, I was able to troubleshoot and determine the API's behavior with different domain configurations.
Key Takeaway:
For now, it seems using the default Shopify domain is necessary for successful API calls.
If you're facing a similar issue:
Double-check the domain you're using in your API requests. Ensure it matches your shop's default Shopify domain.
Hello, I also encountered the same problem as yours. I wonder if you have solved it. I see that it has been a long time since the problem was solved.
This is an accepted solution.
I wanted to share that I've been able to identify and resolve the problem.
The Issue:
It turns out the API currently only works when using the default Shopify domain (e.g., abcd123.shopify.com). When using a custom domain, whether it's a Shopify subdomain (e.g., customsite.shopify.com) or a completely different domain (e.g., customsite.com), the API calls will fail.
The Resolution:
While I didn't receive direct support from Shopify, I was able to troubleshoot and determine the API's behavior with different domain configurations.
Key Takeaway:
For now, it seems using the default Shopify domain is necessary for successful API calls.
If you're facing a similar issue:
Double-check the domain you're using in your API requests. Ensure it matches your shop's default Shopify domain.