Import Products

If many products need to be updated, you can provide their data in the form of a CSV file.

Jan Blans avatar
Written by Jan Blans
Updated over a week ago

Updating product data can be done in several ways. We advise you to use the front end 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 as soon as possible.

The CSV file can hold the following columns:

  • skuCode (required)
    String

  • status
    Enabled/ disabled

  • notBeingBought
    Boolean (TRUE / FALSE)

  • resumingPurchase
    Date (YYYY-mm-dd)

  • stockLevel
    Integer

  • minimumStock
    Integer

  • ignored

    Boolean (TRUE / FALSE)

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.

It's also possible to post (create) products that don´t exist in the webshop through bulk import.

The CSV file can hold the following columns:

  • name (required)
    string

  • unlimitedStock (required)
    Boolean (TRUE / FALSE)

  • stockLevel (required)
    Integer

  • skuCode or eanCode (required)
    String

  • status
    Enabled/ disabled

  • notBeingBought
    Boolean (TRUE / FALSE)

  • resumingPurchase
    Date (YYYY-mm-dd)

  • minimumStock
    Integer

  • ignored

    Boolean (TRUE / FALSE)

A template of this file can be found here.

Did this answer your question?