Skip to content

cleo/amazonservices_javaclients_modifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amazonservices_javaclients_modifications

Revision 77894e2 includes files from the SDK without any modifications

Revision dc7066d changes include:

  1. To return ResponseHeaderMetadata for Feed APIs
  2. GetMyPriceForASIN API request to accept ItemCondition
  3. Constructing ItemAttributesType field for all Product APIs with the help of XSD

Examine commit diffs here.

Generates executable jar files with dependencies.

Step 1:

Clone your project in a separate folder (note: replace ORGANIZATION and PROJECT)

$ git clone [email protected]:ORGANIZATION/PROJECT.git

Example :

$ git clone [email protected]:cleo/amazonservices_javaclients_modifications.git

Step 2:

Go into the project folder where pom.xml file resides

$ cd my-projectName

Example :

$ cd <project_path>/amazonservices_javaclients_modifications/ext-lib-amazon-mws-modifications

Step 3:

Just build it!

$ mvn clean package

Step 4:

And see what you got!

$ dir target 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages