I need to create new product to amazon Seller account through API. but when it comes to product categories and sub categories, the XML is different for different category. How to create that different XML files for different categories and sub-categories.
Also in the documentation, the sample XML given for update feed. I also need to how the structure of XML would be when we create a new product to amazon seller account through an API. Can anyone help to solve this issue.
Bad news: It’s a problem without a solution, since XSD documents are unofficial, undocumented and mostly wrong, because Amazon validation logics are very complex and difficult.
Good news: don’t use XSD feeds anymore. Use JSON based feeds. These are JSON schema based and I can assure you that these are very well done, localized and great to use. Won’t be very easy to use them, because the validation logic is still very complex, but at least it becomes a problem with a feasible solution.