Amazon Selling Partner Data XSDs
Go to file
sanmao 5a47f77ba6 xsds and xsd-beans init success 2021-01-06 12:25:39 +08:00
src/main xsds and xsd-beans init success 2021-01-06 12:25:39 +08:00
.gitignore Initial commit 2021-01-06 03:41:54 +00: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