R2 Core

Product Images

Add, Update, and/or Delete Product's Images in R2, through feed jobs

The format followed is ARC_Images_YYYYMMDD_HH24MISS.csv

See here to know the fields in the header row of the .CSV file

However, for this specific enhancement, the FileName and FileType works a bit differently, as explained below.

Table 1.0: List for fields required in CSV
Column Name
Data Type
Description
Default Value
Is Mandatory?
Can be updated?

FileName

Varchar2(255)

  • When command is -FU and FileName, not given, it will delete the Image file for ProductID in R2.

  • When command is -FU and FileName is given, it will update the Image file for ProductID in R2.

  • When command is -U and FileName is not given, it retain the Image file present for ProductID in R2.

  • When command is -U and FileName, is given, it update the Image file present for ProductiQ in R2.

  • When no command is provided, FileName, mandatory. If not given, it will ignore the specific row from.csv.

 

Yes

 

FileType

Number(1)

Type of File:

  • 0 for JPG type image.

  • 1 for GIF type image.

  • 2 for PNG type image.

  • 9 for JPEG type image.

 

Yes

 

 All the pre-requisite for this step are explained here...

The standard process of Importing data is explained here...