It should be possible to use Shopify’s API to automate the process of stock transfers. First, you’d prepare a CSV file with all the transfer details (like product SKUs, quantities, source, and destination locations). Then, you can write a script that reads this CSV and uses the Admin API to create and update transfers.
You’d be looking at objects and resources in Inventory" - the Inventory API allows you to update inventory levels at different locations.
For example, if you have a CSV file with columns for Product SKU, Quantity, Source Location, and Destination Location - your script could read each line, use the Product SKU to find the product ID via the API, and then adjust the inventory levels at the Source and Destination Locations accordingly.
I don’t understand this silence from Shopify. There are dozens of requests for the Transfers API, and all of them are followed by silence from Shopify.
Why can’t Shopify clarify why it does not provide an Transfer API. Not even in Plus can we access this, Why?
From a technical standpoint it’s super easy to provide this, so it can only be by policy. So, please explain why.
Same problem here, we do need API to read and write inventory transfers. The backend interface is great and really user friendly… what is missing is something that allow us to read those transfers, modify status when goods are shipped. Also webhooks would be appreciated for creation and modify of transfers.