Management API
...
Features
Import Product Features From CSV
6 min
imports product features 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/product features/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 name code product short 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 data example product short code,code,name lkp1,c123,a lkp1,c456,b success response code 200 ok content examples { "job id" 10 } job id from response can be used to query the import result