Hello
I would like to upload an updated version of my Inventory with new pricing from a CSV file.
When I upload the file it only imports any new lines but does not update any currant ones.
Why is this?
Thank You
Hello
I would like to upload an updated version of my Inventory with new pricing from a CSV file.
When I upload the file it only imports any new lines but does not update any currant ones.
Why is this?
Thank You
Hi @syntaxlink
Unfortunately updating the prices through an import isn’t supported at the moment. The import will only create new items, as you’ve experienced.
However, you’re welcome to start a new #feature request for this, and we can consider this as part of future development.
Given your username “syntaxlink”, if you (or anyone else in your business) has programming skills then this can be done through the Item_Create API - if you pass it an ItemID
parameter it’ll update the existing item rather than creating a new one.
Hello
Thank you for your reply
This topic was automatically closed after 7 days. New replies are no longer allowed.