Formulas for calculating selling prices

You can set-up a general formula to calculate final selling price for eBay and Amazon as well as separate formulas for specific stores. All math operations are supported. Variables that can be used are: vendor_price and vendor_shipping. For example, if you want to increase total supplier's price by 15% and then add $0.30 for processing payment, you'll write this: (vendor_price+vendor_shipping)*1.15+0.3 . Seems easy, right ?

Update price, stock status or both

You can define what you want to update at which marketplace: you might want to update just price or just stock status or maybe both - it's your choice.

Safe repricing

We want to have everything as failsafe as possible, therefore we've implemented a safe repricing. The rules are following: if item went down in price, then we check if it did not go below 60% of average price in the past 3 days and if item was out of stock but now in stock, we check that it was in stock for at least 24 hours.

Multiple supplier support

If same repricing lot is associated with different suppliers, then repricer will choose the best possible price/stock pair (lowest price with item being in stock).

Display of repricing info

The item that is being repriced, last repricing timestamp, current price and current stock status are all shown in the main table.

Repricing Log

One can see all of the actions that repricer did via repricing log in the settings (will appear when there is something to show).

Free until May 1st

And most importantly, since it is still in beta, it won't use any credits (read on them below) until May 1st. Please make sure to contact us if you see anything out of ordinary when doing repricing

Final notes

You must be a Pro Seller at Amazon to use repricer. Please make sure to configure everything before starting to do repricing.