Skip to main content
GET
/
commerce
/
inventory
/
v1
/
config
/
fetchfile
Error
A valid request URL is required to generate request examples
{
  "active": true,
  "archiveBucket": "<string>",
  "blankQuantityIsZero": true,
  "bucket": "<string>",
  "csvDelimiter": "<string>",
  "emailList": "<string>",
  "exportAfterRefresh": true,
  "failed_attempts": 123,
  "fetchFileConfigID": 123,
  "fieldNameMap": [
    "<string>"
  ],
  "ftpPassword": "<string>",
  "ftpPort": 123,
  "ftpRemotePath": "<string>",
  "ftpRemotePathArchive": "<string>",
  "ftpServer": "<string>",
  "ftpUsername": "<string>",
  "ignoreExtraFields": true,
  "lastModified": "<string>",
  "lockName": "<string>",
  "multipleFiles": true,
  "postImportExportId": 123,
  "postImportFtpId": 123,
  "postProcessAction": 123,
  "productMapping": "SWAP_PART_NUMBER_WITH_UPC",
  "refreshEnabled": true,
  "refreshFileDescription": "<string>",
  "region": "<string>",
  "s3ArchivePath": "<string>",
  "s3Key": "<string>",
  "s3Path": "<string>",
  "secret": "<string>",
  "tenantID": 123,
  "updateEnabled": true,
  "updateFileDescription": "<string>",
  "useControlFile": true,
  "zeroOutNegatives": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Response

Success

Fetch File Config Model

active
boolean

Active

archiveBucket
string

S3 Archive Bucket

blankQuantityIsZero
boolean

Flag to convert null quantities to zero

bucket
string

S3 Bucket

csvDelimiter
string

CSV Delimiter

emailList
string

Email List

exportAfterRefresh
boolean

Flag for exporting after refresh

failed_attempts
integer

Failed Attempts

fetchFileConfigID
integer

Fetch File Config ID

fieldNameMap
string[]

List of field names

ftpPassword
string

FTP server password

ftpPort
integer

FTP server port

ftpRemotePath
string

FTP server remote path

ftpRemotePathArchive
string

FTP server remote path archive

ftpServer
string

FTP server address

ftpUsername
string

FTP server username

ignoreExtraFields
boolean

Flag for ignoring extra fields

lastModified
string

Time config was last modified

lockName
string

Lock name

multipleFiles
boolean

Flag for using multiple files

postImportExportId
integer

Export id post import

postImportFtpId
integer

FTP id post import

postProcessAction
integer

Enum denoting action post processing

productMapping
enum<string>

Enum for fetch file mapping

Available options:
SWAP_PART_NUMBER_WITH_UPC,
SWAP_SKU_WITH_UPC
refreshEnabled
boolean

Flag for Refresh Enabled

refreshFileDescription
string

Description for the refresh file

region
string

S3 Region

s3ArchivePath
string

S3 Archive Bucket Path (directory)

s3Key
string

S3 Key

s3Path
string

S3 Bucket Path (directory)

secret
string

S3 Secret

tenantID
integer

Tenant ID

updateEnabled
boolean

Flag for Update Enabled

updateFileDescription
string

Description for the update file

useControlFile
boolean

Flag for using control file

zeroOutNegatives
boolean

Flag for converting negatives to zero