Management API
Product
Import Products From CSV
5min
imports products from csv, if requesting manager has access permissions to it 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