Management API
...
Features
Import Product Features 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 product features from csv, if requesting manager has access permissions to it ", "method" "post", "url" "/api/v1/product features/import from csv/", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "cvkbnetsjchh3i0nwdiuk", "language" "null", "code" "product short code,code,name\nlkp1,c123,a\nlkp1,c456,b", "customlabel" "" } ], "selectedlanguageid" "cvkbnetsjchh3i0nwdiuk" }, "results" { "languages" \[ { "id" "8w1j4 hxtelrmpu6oqixt", "language" "200", "code" "{\n \\"job id\\" 10\n}", "customlabel" "" }, { "id" "zsccpvwnk5k1zklkoxi1z", "language" "404", "code" "{\n \\"message\\" \\"ain't no cake like that \\"\n}", "customlabel" "" } ], "selectedlanguageid" "8w1j4 hxtelrmpu6oqixt" }, "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" }, "hastryitout" false, "autogeneratedanchorslug" "imports product features from csv if requesting ma", "legacyhash" "czpvoifd6zijdtekytyg " } 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 name code possible csv headers code – string product short code – string feature type string choices activation , consumption max consumption integer allow overages boolean max overages integer reset consumption boolean consumption period string choices daily , weekly , monthly , annually is floating boolean is floating cloud boolean floating users integer floating timeout integer job id from response can be used to query the import result
