initBasti / Amazon2PlentySync (public) (License: GPLv3) (since 2019-01-27) (hash sha1)
Transfer your data from you Amazon Flatfile spreadsheet over to the Plentymarkets system. How to is included in the readme
List of commits:
Subject Hash Author Date (UTC)
Bug-Fix: Wrong value assignment to zip 7fbe847e16821ddbaf18763d540d3f62a39567e0 Sebastian Fricke 2020-04-30 07:25:08
Fix-Typo: Typo in user prompt for the image upload ed75e2ffc7426217ce6d529994901bd17f22b133 Sebastian Fricke 2020-04-30 06:55:36
Bug-fix: Empty output item upload c7b09d6224024d03e2ac711371091fc46c234bb0 Sebastian Fricke 2020-04-30 06:53:28
Remove encoding from xlsx file intern numbers 798259d898b83395e50f4d855399058c807f0c0c Sebastian Fricke 2020-04-29 13:50:47
Improve coding style and linting d3d1d6de52f0f5530ec200aae082ac0ec99ddd70 Sebastian Fricke 2020-04-29 10:08:21
Remove fixed values for specific item settings 0f2452a1bb953efcbb797c5feeb2b8f35617f537 Sebastian Fricke 2020-04-29 08:38:52
Remove fixed fba values from upload 758ca263cf88343c55af70b1e7824c76d485d7f2 Sebastian Fricke 2020-04-29 08:32:09
Remove market assign & availibilty settings fdf971d45706f8c75d9a7ea7e949193c45620051 Sebastian Fricke 2020-04-29 07:31:36
Remove manual upload of extern id & export files 66d60bc9243173f256b01071f203849edf43546d Sebastian Fricke 2020-04-28 13:55:27
Bug Fix: product-import.py Empty TK root window 0b087f8a7902523b2495c936a6e09447a93a6cb5 Sebastian Fricke 2020-04-28 09:41:04
Add ignore file for silver searcher tool 87a1b335af1f88c10ad12e5b8f59f8207c58aaec Sebastian Fricke 2020-04-28 09:25:54
add tests folder pycache to gitignore 9d7989d1658d3dffd7eb00e9411af3dec6c85563 Sebastian Fricke 2020-04-27 12:55:24
Unit test for find_price function c19fa28ad9bf0dd1b5361e871dc498f6704cb196 Sebastian Fricke 2020-04-27 12:53:20
Remove price calculation from script d852cb3ef648336ed94daeaaa220721e6055dd7c Sebastian Fricke 2020-04-27 12:50:52
Function description priceUpload 2c5735f4f4c79607f55c77b1359aa5984d1e6699 Sebastian Fricke 2020-04-23 09:34:30
similar attribute search regardless of the parent 4bb0970408d78d25264d479428fe8c3389483215 Sebastian Fricke 2020-04-23 09:28:19
Fix marking dropdown bug 0d1695083d2b4e49fd364a36a7ef3c92a192d62f Sebastian Fricke 2020-04-23 09:26:46
update desktop specific build script for windows 8a6536d6173f7383022fab92f234ab25fc81204b Sebastian Fricke 2020-04-22 10:15:05
Refactor config handling a9be950a4e8d97fa97c7e9caff33fcbb1f476d9d Sebastian Fricke 2020-04-22 10:11:57
Fix gui/category_chooser: file change bug 9879e65c9aad9b1feb05b6121a0e33c129a8beb5 Sebastian Fricke 2020-04-22 10:09:36
Commit 7fbe847e16821ddbaf18763d540d3f62a39567e0 - Bug-Fix: Wrong value assignment to zip
There were incorrect entries in the values list which is used for the
zip dictionary creation together with the column names.
Remove the extranous entries.

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
Author: Sebastian Fricke
Author date (UTC): 2020-04-30 07:25
Committer name: Sebastian Fricke
Committer date (UTC): 2020-04-30 07:25
Parent(s): ed75e2ffc7426217ce6d529994901bd17f22b133
Signing key:
Tree: 5cafb9c37a16f2f0b7478cb7ff6996a4521fd7e4
File Lines added Lines deleted
packages/item_upload.py 1 4
File packages/item_upload.py changed (mode: 100644) (index a89f4a4..3fba408)
... ... def itemUpload(flatfile, intern, stocklist, folder, input_data, filename):
98 98 package_properties['width'] * 10, package_properties['width'] * 10,
99 99 package_properties['height'] * 10, package_properties['height'] * 10,
100 100 package_properties['weight'], package_properties['weight'],
101 row['item_name'], '104',
101 row['item_name'],
102 102 attributes, position, attributes, position,
103 103 keywords, keywords,
104 104 input_data['name'], row['product_description'], input_data['name'], row['product_description'],
105 105 '', # externalID '', # externalID
106 106 input_data['categories'], input_data['categories'],
107 input_data['categories'][0:3],
108 input_data['categories'][0:3],
109 input_data['categories'],
110 107 input_data['categories'][0:3], input_data['categories'][0:3], input_data['categories'][0:3], input_data['categories'][0:3],
111 108 '', '', # barcode '', '', # barcode
112 109 '', '', # market & accout id amazonsku '', '', # market & accout id amazonsku
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/Amazon2PlentySync

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

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

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