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

/README.md (87e1df60c4c99c8400bcdcf1641a33e1ade245d8) (3811 bytes) (mode 100644) (type blob)

AmazonToPlentyMarkets

Guide to import your clothing products from your Amazon Flatfile to PlentyMarkets

Preperation

Check your Flatfile Version, the current version of this program works with the appereal flatfile of 2019.

Make sure to prepare your PlentyMarkets Account you need the following list of dataformats:

	de = [Erstellung der Parentartikel, der Artikel aggiert dabei als eine Art Hülle zum eigentlich parent.
		Die Grund version nutzt, eine Liste, interner Nummern um die ItemID zu bestimmen. Dies ist aber 
		nicht notwendig.]
	en = [Creation of the Parentarticle, the article acts as a shell for the actual parentvariation.
		The basic version of the program uses a intern number list to fill in the ItemID. But this is not
		necessary.]
	- Item Upload
		{
			[Typ: Item]
			ItemID: IMPORT,											[1]
			PrimaryVariationCustomNumber: IMPORT,					[2]
            PrimaryVariationLengthMM: IMPORT,						[3]
            PrimaryVariationWidthMM: IMPORT,						[4]
            PrimaryVariationHeightMM: IMPORT,						[5] 
            PrimaryVariationWeightG: IMPORT,						[6]
            PrimaryVariationName: IMPORT, 							[7]
            PrimaryVariationMainWarehouse: IMPORT,					[8]
            PrimaryVariationPurchasePrice: IMPORT,					[9] 
            ItemOriginCountry: IMPORT,								[10]
            ItemProducer: IMPORT,									[11] 
            ItemProducerID: IMPORT,									[12]
            ItemProductType: IMPORT,								[13]
            ItemTextName: IMPORT,									[14] 
            ItemTextDescription: IMPORT,							[15] 
            ItemTextKeywords: IMPORT,								[16]
            ItemTextLang: IMPORT,									[17] 
            PrimaryVariationExternalID: IMPORT,						[18]
            PrimaryVariationActive: IMPORT,							[19]
            PrimaryVariationAutoStockInvisible: IMPORT,				[20]
            PrimaryVariationAutoStockNoPositiveStockIcon: IMPORT,	[21]
            PrimaryVariationAutoStockPositiveStockIcon: IMPORT,		[22]
            PrimaryVariationAutoStockVisible: IMPORT,				[23]
            PrimaryVariationAvailability: IMPORT,					[24]
            ItemMarking1: IMPORT, 									[25]
            ItemMarking2: IMPORT 									[26]
		}
	- Variation Upload:
	Erstellung der Variationen, diese werden dem im Itemupload hochgeladenen parent zugewiesen.
		{
			[Typ: Variation]
		 	ItemID: IMPORT
			VariationID: ABGLEICH <---		
			VariationNumber: IMPORT 		
			VariationName: IMPORT
			Position: IMPORT
			LengthMM: IMPORT
			WidthMM: IMPORT
			HeightMM : IMPORT
			WeightG: IMPORT
			VariationAttributes: IMPORT 		
			PurchasePrice: IMPORT 		
			MainWarehouse: IMPORT 		
			Availability: IMPORT 		
			AutoStockVisible: IMPORT
			ExternalID: Import
		}
	- Attribute Upload
	Erstellung der in der Liste genutzten Farben ,Größen und Materialien im Plentymarket system. 
		{
			VORBEDINGUNG für alle anderen Uploads
			[Typ: Attribute]
		 	AttributeBackendName: ABGLEICH <---		
			AttributeID: ABGLEICH <---		
			AttributeValueBackendName: IMPORT		
			AttributeValueFrontendName: IMPORT
			AttributeValuePosition: IMPORT 		
			Lang
		}
	- Active Upload:
		{
			VORBEDINGUNG: Kategorien gesetzt
			MUSS extra durchgeführt werden und kann nicht im Variation Upload gesetzt werden.
			[Typ: Variation]
		 	Active: IMPORT 		
			VariationID: ABGLEICH <---	
		}
	- SalePrice Upload:
		{
			[Typ: Variation_Sales_Price]
		 	VariationID: ABGLEICH <---	 		
			IsNet: IMPORT 		
			VariationPrice: IMPORT 		
			SalesPriceID: ABGLEICH <---	
		}
	- Variation Barcode Upload:
	Wenn vorhanden können hiermit die EAN(UPC), GTIN oder ISBN Nummern hochgeladen werden.
		{
			[Typ: Variation_Barcode]
		 	BarcodeID: IMPORT  		
			BarcodeName: NOTHING  			
			BarcodeType: NOTHING 			
			Code: IMPORT  		
			VariationID: IMPORT  		
			VariationNumber: ABGLEICH <---	
		}

Mode Type Size Ref File
100644 blob 756 8a64408db2bfe010b4f1d630797aded025e37f27 .gitignore
100644 blob 10299 816a1d0ee7f4496c32fdb92c7811eaf877d0efc0 LICENSE.md
100644 blob 3811 87e1df60c4c99c8400bcdcf1641a33e1ade245d8 README.md
100644 blob 116 666750bce728d912256a546347e72d37d5a4159d main.py
040000 tree - 9c73c9cc0f08825187c67fa817eb475f7636a665 packages
100644 blob 3942 bf175f41a4ffa454dee749266f1f33c078ff3ae0 product_import.py
100644 blob 178 627b92178d30145f0dedc2f4a31ac856f6a15ea1 todo.md
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