Covers all questions related to inventory management, order fulfillment, and shipping.
My customer's site pygmaliart.myshopify.com is calling our fetch_stock.json endpoint every hour and it's returning valid json. There are maybe 2000 products.
Issue is that no product quantity are getting updated on Shopify.
If you edit a product on shopify by changing who manages it and then switch it back to the app, a call to fetch_stock.json requesting the quantity for this particular item occurs and then the quantity is updated.
I reached support through chat but they don't have access to information that could help like logs.
If any of you has any idea why it does that, let me know.
Solved! Go to the solution
This is an accepted solution.
Found the issue.
The agency in charge of the Shopify website for our customer imported the products via a csv file. Normal process.
I compared the data of a manual created product linked with a fulfillment service and a product that has been imported linked with a fulfillment service. Both shows the same information for the inventory in Shopify UI but only the ones created manually updated their quantities based on fetch_stock.
Using the API, I retrieve the data for both products and the inventory_management field was set to shopify for one and the other one was set to our fulfillment service.
In the csv import, "Variant Inventory Tracker" column data should be the name of your fulfillment service as it is for the "Variant Fulfillment Service" column. Documentation found here https://help.shopify.com/en/manual/products/import-export/using-csv#get-a-sample-csv-file is a bit misleading and should be corrected to avoid confusion.
Hope this reply help others.
This is an accepted solution.
Found the issue.
The agency in charge of the Shopify website for our customer imported the products via a csv file. Normal process.
I compared the data of a manual created product linked with a fulfillment service and a product that has been imported linked with a fulfillment service. Both shows the same information for the inventory in Shopify UI but only the ones created manually updated their quantities based on fetch_stock.
Using the API, I retrieve the data for both products and the inventory_management field was set to shopify for one and the other one was set to our fulfillment service.
In the csv import, "Variant Inventory Tracker" column data should be the name of your fulfillment service as it is for the "Variant Fulfillment Service" column. Documentation found here https://help.shopify.com/en/manual/products/import-export/using-csv#get-a-sample-csv-file is a bit misleading and should be corrected to avoid confusion.
Hope this reply help others.