Catalogs - Catalog
Get the last input configuration
get/v2/user/catalogs/{storeId}/inputConfiguration
Path parameters
storeIdstring guid required
Your store identifier
Response
OK
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": "\""
}
}
}
]
}
}