Catalogs - Importation Process
Importation Get Report
get/v2/user/catalogs/{storeId}/importations/{executionId}/report
Path parameters
storeIdstring guid required
Your store identifier
executionIdstring guid required
The execution identifier of you catalog importation
Response
Get Report Response
Example response
{
"executionId": "bf3bc288-604c-4267-925e-66b1a15dca75",
"importationInfo": {
"beginUtcDate": "2017-04-01T13:01:01Z",
"endUtcDate": "2017-04-01T13:01:01Z",
"userId": "8a7fbdec-9e71-472e-9974-27d5c1d57cf8",
"inputConfiguration": {
"fetch": {
"uri": "http://www.mywebsite.com/mycatalog.csv",
"credential": {
"userName": "MyLogin",
"password": "MyPassword"
},
"downloadCatalogStrategy": "SimpleUri",
"compressionFormatStrategy": "None",
"compressedRelativePath": "folder/file.xxx"
},
"read": {
"format": "Csv",
"encodingTypeName": "UTF-8",
"cultureName": "fr-FR",
"csvFileReadProperties": {
"csvSeparator": ";",
"csvTextQualifier": "\""
}
}
}
},
"errors": [
{
"userColumName": "My SKU",
"beezUPColumnName": "CategoryFirstLevel"
}
]
}