Import Product Features From CSV
API: Import Product Features From CSV
{
"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
}Was this helpful?