This file contains hidden or 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
#!/bin/bash | |
# Download the Swagger Code Generator from https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/ | |
# clone models: git clone https://github.com/amzn/selling-partner-api-models | |
# put all model.json files in directory with name models | |
# excute this script | |
# Credit: | |
# 1- https://developer-docs.amazon.com/sp-api-blog/docs/automate-your-sp-api-calls-using-java-sdk#tutorial | |
# 2- https://jesseevers.com/spapi-first-application/ | |
cd models |