Import Products From CSV
API: Import Products From CSV
{
"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
}Content-Type
Required CSV Headers
Possible CSV Headers
Was this helpful?