Only images in .jpg format are currently allowed.
- All folders should be created in the /in/medias folder on the sftp server.
- Each product has a folder for himself, named after it's SKU, to store all medias for the product. Allowed characters are numbers (0..9), lowercase letters (a..z) and minus (-).
- There is no limit on the count of photos for each product.
[sku]_[sequence]_[free].jpg
- the field delimiter is underscore (_). This underscore character can't be used anywhere else in the file name.
- sku: product's SKU. Allow characters are numbers (0..9), lowercase letters (a..z) and minus (-). The dot (.) is only allow to separate the filename and the extension.
- sequence: ordering sequence. Mandatory and have to be unique for the product. Starting at 0 and with increment of 1 (ex. 0, 1, 2, 3, ...). No leading 0.
- free: (optional) user defined text to identify pictures.
Example for two products having a SKU of tb24001dw and tb24002dx
medias
├── tb24001dw
│ ├── tb24001dw_0.jpg
│ ├── tb24001dw_1.jpg
│ ├── tb24001dw_2_ambiance.jpg
├── tb24002dx
│ ├── tb24002dx_0.jpg
│ ├── tb24002dx_1_pack.jpg
│ ├── tb24002dx_2.jpg
- format: jpeg
- resolution: 300dpi
- minimum height: 800 pixels
- minimum width: 800 pixels