Skip to Content
Menu
This question has been flagged
1 Reply
1802 Views

How can i exactly do this? Typing all the products in the pricelist doesn't seem right. There must be a way to load all the products to these pricelist and export it so i can update the price easier. All the service I tried so far had a much simple mass update tool. This one i just cant figure out. Please help.

I tried Exporting the pricelist and exporting the products then paste the products to the pricelist then added the price. but when I try to import the file to the pricelist it will only update the items that is already in the pricelist. the rest shows "All Products".

Avatar
Discard
Author

Where should i get the values that i can put in that columns? When i export the pricelist it doesnt include the Products unless I type the Products and Price in there. Should I export all of the Products in the Products Page and get all the values from it?

following "Should I export all of the Products in the Products Page and get all the values from it? "
yes , from product variant(product.product) view if you have this set up in your business, or from product template (product.template)if not

Best Answer

Hello ,

1. follow this template to update existing priclist:

external id of your pricelist name of price list external id of the line you want to update id of the product template product template name id of the variants from the product variant product variant name price of the product or product variant
id name item_ids/id item_ids/product_tmpl_id/id item_ids/product_tmpl_id item_ids/product_id/id item_ids/product_id item_ids/fixed_price

Notes:

- the first row is just discription so remove it before importing

- the column items_ids/id will update previously added price -> when it is empty it will create new record in pricelist( new line for the product)

- when importing execlude columns which inculde information about product names (keep only related external ids)

2. this template is designed to use after choosing "multiple prices per product" in Settings


Hope this will help


Avatar
Discard