Skip to main content
GET
/
commerce
/
inventory
/
v1
/
config
/
fetchfile
/
testConnection
/
{fetchFileConfigID}
Error
A valid request URL is required to generate request examples
{
  "ftpFiles": [
    "<string>"
  ],
  "ftpArchiveFiles": [
    "<string>"
  ],
  "s3Files": [
    "<string>"
  ],
  "s3ArchiveFiles": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

fetchFileConfigID
integer<int64>
required

Id of fetch file config

Response

Success

FetchFileConnectionResponse

ftpFiles
string[]

List of files found on the specified sftp directory

ftpArchiveFiles
string[]

List of files found on the specified sftp archive directory

s3Files
string[]

List of files found on the specified s3 bucket/path

s3ArchiveFiles
string[]

List of files found on the specified s3 archive bucket/path