Management API
Product
Import Products From CSV
6 min
imports products from csv, if requesting manager has access permissions to it ensure that all text fields in your csv use ascii characters non ascii characters (such as “ä”, “ñ”, or other special symbols) can cause import errors to avoid issues, remove or replace these characters before uploading your file url /api/v1/products/import from csv/ method post content type required content type is multipart/form data with the following single key value pair key file value {csv file from which to import} required csv headers product name short code possible csv headers product name – string short code – string active – boolean valid duration – string trial days – integer hardware id required – boolean allow trial – boolean authorization method string values can be license key , user is archived – boolean floating timeout – integer is bundle – boolean data example product name,short code product a,p001 product b,p002 success response code 200 ok content examples { "job id" 10 } job id from response can be used to query the import result