Refurbed’s market offers give you the possibility to set different prices per country and thus have a more country-tailored offer pricing.
Check out our Open Source tool for extensive market offer management via CSV files. We provide a comprehensive README to help you with set-up and usage. If you run into any trouble, reach out to integrations@refurbed.com.
Steps
1) Create a CSV file with a semicolon (";") as separator and the following headers. The easiest way is to download the Offer Export from your refurbed supplier interface and rename the headers. Alternatively, you can copy the example file below the table and remove the example data.
| header name | required | description | default value if unset | type |
|---|---|---|---|---|
| sku | ✅ | SKU that will be connected to the offer, it will be the reference if you e.g. want to to offer updates via API. MUST be unique | string | |
| market_code | ✅ | The code of the market where you want to set a specific market price. | string | |
| min_price | ❌ | Can be updated via API or in merchant backend or you set an initial value | null | string |
| price | ❌ | Can be updated via API or in merchant backend or you set an initial value | 9999 | string |
| currency_code | ❌ | Offer currency as ISO 4217 code. 3 letter abbreviation e.g. SEK, EUR, DKK | EUR | string |
📎 Example file: market_offers.csv
2) Before you can update market offers you have to create them. All the above headers must be present in the file for market offer creation. Once created, you can continue with the market offer updates. The same requirements for the CSV file apply as for offer creation but for updates, you can choose to update all or only a selection of the fields min_price, price, and currency_code.
3) Upload the CSV file via our Open Source tool.