|
This script will bump your price up by 10%.
- If you want to change your BASE prices, you can run the script with "Base" selected as a marketplace. Note that if you do this, each time you run the script it will change your Base price.
- If you would like to use your (base price plus 10%) as a price for a certain marketplace, you can run the script with that marketplace selected.
- The percentage amount in orange can be edited as necessary.
return item.basePrice * 1.10;
|