Job description
We would like to provide our partners with a database of products so that they can import it to their online store and update their stock levels every 5 hours, for example.
We would like to export CSV and XML files with data from our online store i.e:
PRODUCT ID
PRODUCT NAME
PRODUCT CATEGORY
PRODUCER ID
MANUFACTURER NAME
PRODUCT SYMBOL - PRODUCT
PRODUCT EAN CODE
PRODUCT PRICE
PRODUCT QUANTITY
MAIN PRODUCT PICTURE
PRODUCT PHOTOS
VARIANT ID
VARIANT NAME
PRODUCT SYMBOL
VARIANT EAN CODE
PRICE VARIANT
We have access to the web store API at selly.pl
Documentation: https://www.selly.pl/rest-api/
Assumptions for generating a file with relevant parameters
1. timed setting of file generation, e.g. every 5 hours.
2. possibility to set producer ID for export
3. possibility to set up a category for export
Changes to the parameters can be edited on the server by overwriting the file. We do not need to have a dedicated separate system for this. We have a server where the script can be uploaded.