Guides
Product API / Feed
Product feed
2min
The LiSA product API is capable of executing scheduled imports of product feeds in Google Merchant Feed (CSV) format.
To use the product feed import service, you must grant LiSA access to the location of the feed file. This can be either an HTTP, SFTP or S3 storage location. Integration of other cloud storages can be supported upon request.
In order to avoid errors when parsing a product feed CSV file, please make sure to use comma (,) as a column delimiter and enclose columns in double-quotes (").
Enabling scheduled product feed imports requires the following parameters:
- Type of Storage — Either HTTP, SFTP or S3 (other cloud storages on demand)
- Host — http-URL, SFTP-Server (:Port) or cloud storage URL.
- Access Key — Access key or username for authentication.
- Secret Key — Secret key or password for authentication.
- Bucket — Source bucket or path.
- Key — Filename of the CSV file.
Updated 25 Mar 2024
Did this page help you?