No history found.

README.md:

This application has currently 3 options, the first is an import of the received items at the amazon storage to plentymarkets. The second is an option to import an order to list to an open number of producers to plentymarkets in order to handle it further there. As a third option I implemented a function to easily import Amazon FBA Shipments to Plentymarkets together with a small rounding of values, to make the work easier.

Instructions:

  1. Creating new Orders Make sure that the config is filled out with your Plentymarkets ID and the relative path to your producer file with all the necessary location and identification Data gathered from Plentymarkets Note: if you haven't started the program before just run it one time so that it creates a blank workspace for you.

    Download an Export via Plentymarkets with atleast the 'PurchasePrice', 'VariationID' and 'VariationNumber'

Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/initBasti/Complete_Order_Plenty_Update

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/initBasti/Complete_Order_Plenty_Update

Clone this repository using git:
git clone git://git.rocketgit.com/user/initBasti/Complete_Order_Plenty_Update

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main