6 25, 2022 10:16 PM
Our client has implmented a price change across their 327 products
We have tried using an import with the SKU as the unique identifier to update these prices.
Unfortunately the import fails because these products allready exist. How can we update all of these products in bulk?
Thank you
解決済! 解決策の投稿を見る。
6 27, 2022 4:53 AM
Hi @JRobertshaw I believe you'll need to use the Product ID property to do a bulk update.
Probably you'll need to export current products and use a vlookup to update the prices and re-import?
7 18, 2022 12:56 PM
@JRobertshaw
You can bulk update products via import using the object ID.
To get the product ID of your products you can export them again once they have been imported. You need to go to your product library, tick next to each product and then select 'export' in the toolar.
Once you do this, you will have a CSV file with all your products and their ID. You can then edit the price vales on this filel and import it.
When importing the file, set the 'product ID' as the 'object ID' at the mapping stage
I really hope this helps!
| ||||||||||||||
|
6 27, 2022 4:53 AM
Hi @JRobertshaw I believe you'll need to use the Product ID property to do a bulk update.
Probably you'll need to export current products and use a vlookup to update the prices and re-import?