Findologic Plentymarkets export
In order to start an export:
- Copy
src/PlentyConfig.php.dist
tosrc/PlentyConfig.php
. - Set the correct values in
src/index.php
. - Change directory to
src
. - Run
php index.php
.
Deployment & Release
- Ensure all necessary changes have been merged into the
develop
branch. - Merge all changes from
develop
intomain
. - Create a new release on GitHub. As branch use
develop
. This will automatically create a tag for this repository. - Ensure that the build passed successfully and bump the version of the REST exporter in
the importer by running
composer require findologic/plentymarkets-rest-export:^1.35
.- Ensure that you specify
^
and only major and minor version e.g.^1.35
or^2.12
.
- Ensure that you specify
- From here on follow the usual importer deployment procedure.