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) |
|
|
Yes |
|
|
FileType |
Number(1) |
Type of File:
|
|
Yes |
|
All the pre-requisite for this step are explained here...
The standard process of Importing data is explained here...