Catalogs - Auto
Get the auto import configuration
get/v2/user/catalogs/{storeId}/autoImport
Path parameters
storeIdstring guid required
Your store identifier
Response
Auto import configuration
Example response
{
"input": {
"transformFileUrl": "http://beezupblob.com/Mytransformation.xslt",
"files": [
{
"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": "\""
}
}
}
]
},
"inputConfiguredByUserId": "8a7fbdec-9e71-472e-9974-27d5c1d57cf8",
"schedulingType": "Schedule",
"scheduledByUserId": "8a7fbdec-9e71-472e-9974-27d5c1d57cf8",
"schedulingValue": [
"21:00:00",
"23:00:00",
"08:30:00"
],
"pauseStatusChangedByUserId": "8a7fbdec-9e71-472e-9974-27d5c1d57cf8",
"pauseStatusChangedUtcDate": "2017-04-01T13:21:42Z",
"duplicateProductConfiguration": {
"strategy": "KeepFirstDuplicateProductOnly",
"compareOptions": "IgnoreCase"
},
"schedulingLocalTimeZoneName": "Romance Standard Time"
}