Hello,
I want to update Quantity for my products on shopify, and use Excel where I have All “SKU” and Quantity.
I have try to use Set Inventory Level
Hello,
I want to update Quantity for my products on shopify, and use Excel where I have All “SKU” and Quantity.
I have try to use Set Inventory Level
Hi,
If you can explain the problem you are experiencing in more detail or add screenshots, I can try to help.
if you are using Shopify API with “Set Inventory Level”.it requires the Inventory Item ID (not just SKU) to set inventory levels. Unfortunately, SKU alone isn’t enough, so you’ll need to retrieve the Inventory Item IDs associated with each SKU.
Use Shopify’s Inventory
or Products
API to fetch Inventory Item IDs based on SKUs in your Excel file.