Management API
Product
Import Products From CSV
3 min
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 { "name" "imports products from csv, if requesting manager has access permissions to it ", "method" "get", "url" "/api/v1/products/import from csv/", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "md5q426svr gpyjtwrydx", "language" "null", "code" "product name,short code\nproduct a,p001\nproduct b,p002", "customlabel" "" } ], "selectedlanguageid" "md5q426svr gpyjtwrydx" }, "results" { "languages" \[ { "id" "q cuwfa9h1xrk4il71xdm", "language" "200", "code" "{\n \\"job id\\" 10\n}", "customlabel" "" }, { "id" "sm2p7co9rztzmaa1dw1 v", "language" "404", "code" "{\n \\"message\\" \\"ain't no cake like that \\"\n}", "customlabel" "" } ], "selectedlanguageid" "q cuwfa9h1xrk4il71xdm" }, "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" }, "hastryitout" false, "autogeneratedanchorslug" "imports products from csv if requesting manager ha", "legacyhash" "epts0pwtoel4vkblukdnm" } 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 job id from response can be used to query the import result
