Amazon Selling Partner Data XSDs
Go to file
git 8b55b1541a 更新 'README.md'
增加执行命令
2021-01-06 03:45:58 +00:00
.gitignore Initial commit 2021-01-06 03:41:54 +00:00
README.md 更新 'README.md' 2021-01-06 03:45:58 +00:00

README.md

amazon-selling-partner-data-xsds

Amazon Selling Partner Data XSDs

The files linked below are samples of our XML schema documents (XSDs).

You can use the JAXB xjc command to convert XSD to bean. See below for details

xjc E:\Desktop\swagger\amazone-xsd-demo\src\main\resources\xsds\Product.xsd -d E:\Desktop\swagger\amazone-xsd-demo\src\main\java\ -b E:\Desktop\swagger\amazone-xsd-demo\src\main\resources\binding.xml -p com.wezone.amazon.bean -encoding UTF-8