If many products need to be updated, you can provide their data in the form of a CSV-file.
Updating product data can be done in several ways. We advise you to use the frontend or our public API.
If these methods don't work for you, you can also send us a list of products. We will process this file and upload the data for you.
The information must be provided in a fixed format. The file must be a CSV file, separated by commas or semicolons. Send the file to support@optiply.nl and we will process the list for you within 48 hours.
The CSV file can hold the following columns:
- skuCode
string - notBeingBought
boolean (TRUE / FALSE)
- resumingPurchase
date (YYYY-mm-dd) - minimumStock
integer
The CSV file will have the following structure:
skuCode, notBeingBought
123-ABC; TRUE
898-OIU; FALSE
093-PEX; TRUE
098-WEK; TRUE
A template of this file can be found here.