Reset Prices to Base

From MediaSell

Jump to: navigation, search

If you have market specific prices set for your items in FillZ and you would like to remove them and have everything priced at base price, you can run this:

  return item.basePrice;

If you only want to reset prices to base price for a particular marketplace, you can run this:

 if (marketplace == 'Abebooks') return item.basePrice;
Personal tools