-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created main documentation structure.
Removed old and unusable README tutorial. Also created AUTHORS file :).
- Loading branch information
Showing
14 changed files
with
109 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Current or previous core committers: | ||
|
||
* Paulo Alvarado | ||
|
||
Contributors (in alphabetical order): | ||
|
||
* Mike Patek | ||
* Jonas Obrist | ||
* Pierre | ||
* Shalabh Aggarwal | ||
* Sylvain Fauveau |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############ | ||
Feeds | ||
############ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############################ | ||
Fulfillment Inbound Shipment | ||
############################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############################ | ||
Fulfillment Inventory | ||
############################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############################# | ||
Fulfillment Outbound Shipment | ||
############################# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Installation | ||
============= | ||
This process assumes you have already created an Amazon Marketplace Webservices (MWS) account. | ||
|
||
Setup API Access | ||
--------------------- | ||
|
||
* Go to https://developer.amazonservices.com (or .ca/.de/.jp/.fr/.co.uk) | ||
* Click on the *Sign up for MWS* button and follow the instructions. | ||
* At the end you must have a screen (print it and save it !) | ||
This screen will contain the following credentials: | ||
* Merchant Id (or Seller Id) - This is your unique merchant/seller ID | ||
* Marketplace Id - This is the id for the marketplace you are selling on. | ||
It allows you to target specific markerplaces (US, Japan, Europe, etc..) in which you are authorized to sell. | ||
* Access key - Used to identify the user of this API. | ||
* Secret key - This is used to authenticate every request sent to Amazon | ||
Make sure to keep this confidential as these credentials can potentially compromise your account. | ||
|
||
|
||
Test API Access | ||
----------------- | ||
|
||
* Go to https://mws.amazonservices.com/scratchpad/index.html (you can change the domain .com like before) | ||
* In API selection, choose **Products** and *ListMatchingProducts* | ||
* In Authentication put your credentials. | ||
* Input the desired MarketplaceId and put "python" in Query | ||
* Click on the submit button | ||
|
||
If everything is good, you can see a response 200 and a list of item matching python | ||
|
||
|
||
Install MWS Python API :) | ||
------------------------- | ||
|
||
Currently you have to checkout the git repo and run ./setup.py install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############ | ||
Orders | ||
############ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############ | ||
Products | ||
############ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############ | ||
Reports | ||
############ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
############ | ||
Sellers | ||
############ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Tutorials | ||
==================== | ||
|
||
|
||
Uploading Products to Amazon | ||
---------------------------- | ||
|