When you want to make a lot of changes, such as editing your minimum and preferred prices, or adding products to or removing them from the buybox tracker, you can do so using CSV files

Format Requirements

  1. Ensure the file is in the .csv (comma separated values) format before you upload it
  2. Ensure the CSV file is exported as comma-delimited, not semi-colon or tab-spaced
  3. Ensure the CSV file contains at least these columns (case-sensitivity and spelling is important):
    1. tal_tsin OR tal_offer_id
    2. min_price
    3. max_price
    4. enable_auto_price
    5. tal_auto_price_frequency
    6. (you can have more columns, but these must be present)

<aside> 💡

The track_buybox column is no longer used during CSV imports, instead only enable_auto_price is now used to toggle both tracking and auto-pricing simultaneously.

</aside>

Which values can I bulk update?

For each product, you can update these columns (fields):

Column Possible values Description
min_price Any number equal to or bigger than 0 The minimum price that the auto-pricing will change to
max_price Any number equal to or bigger than 0 The maximum price that the auto-pricing will try to reach while still winning the buybox
enable_auto_price 'yes' or 'no' Whether or not auto-pricing is enabled for this product
tal_auto_price_frequency One of these values:

1. Export the products as a CSV file

1.1 Navigate to the Products or Buybox Tracker page and click the Export button at the top right:

Screenshot 2024-10-29 155325.png

Export and Import on the Buybox Tracker page

1.2 Select the export options and download the file

We recommend selecting these options to reduce the file-size and make it easier to focus on the right columns:

  1. Only export columns and products related to buybox
  2. Export all columns and products

Then, click Download

Screenshot 2024-10-29 155949.png

2. Edit the CSV file