Amazon Selling Partner Data XSDs
Go to file
sanmao a70f9371a5 解决BBFCRatingType与BBFCRatingType1内容一致,清理多余内容 2021-01-06 15:26:09 +08:00
src/main 解决BBFCRatingType与BBFCRatingType1内容一致,清理多余内容 2021-01-06 15:26:09 +08:00
.gitignore 删除maven编译target 2021-01-06 15:05:08 +08:00
README.md xsds and xsd-beans init success 2021-01-06 12:25:39 +08:00
amazone-xsd-demo.iml xsds and xsd-beans init success 2021-01-06 12:25:39 +08:00
pom.xml xsds and xsd-beans init success 2021-01-06 12:25:39 +08:00

README.md

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 H:\springsts_workspaces_pro\wezone-thirdparty-master\amazon\amazon-selling-partner-data-xsds\src\main\resources\xsds\Product.xsd -d H:\springsts_workspaces_pro\wezone-thirdparty-master\amazon\amazon-selling-partner-data-xsds\src\main\java\ -b H:\springsts_workspaces_pro\wezone-thirdparty-master\amazon\amazon-selling-partner-data-xsds\src\main\resources\binding.xml -p com.amazon.SellingPartnerAPI.model -encoding UTF-8