Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new XSDs not found: any ideas? #2

Open
marconline opened this issue May 13, 2021 · 3 comments
Open

new XSDs not found: any ideas? #2

marconline opened this issue May 13, 2021 · 3 comments

Comments

@marconline
Copy link

Hi, Amazon updated their XSDs and now these are not found:
AmazonACES.xsd
CustomerReport.xsd
ExternalCustomer.xsd
ExternalOrder.xsd
InvoiceConfirmation.xsd
MSVAT.xsd
Local.xsd
CustomTypes.xsd
PendingOrderReport.xsd
PointOfSale.xsd
TradeInPrice.xsd
Promotion.xsd
ProductEnhancedContent.xsd
RichContent.xsd
SalesAdjustment.xsd
SalesHistory.xsd
StandardProduct.xsd
StoreStockMovement.xsd

Any idea on where to find them?

Thanks

@dacgray
Copy link
Collaborator

dacgray commented May 13, 2021

Very difficult - I pieced the current list together from multiple sources and filled in a few blanks myself.

Check if you can use the newer SP-API if you're not too far down the rabbit hole: https://developer.amazonservices.com/

@marconline
Copy link
Author

Thanks, We are migrating, but... shouldn't the new Feed API receive the same XML documents validated against the same XSDs?

@dacgray
Copy link
Collaborator

dacgray commented May 14, 2021

Apologies - another non-answer:

We abandoned using XSDs - instead using https://developer.amazonservices.com/tools, generating inventory spreadsheets and manually uploading, and later using SP-API where possible.

If you're figuring out how to do inv management:

We very annoyingly found the feed XSD did not match options on the UI - variation themes supported on the UI were rejected on an API call - and we got very odd, abstract error messages on other calls. We abandoned this approach after a lot of wasted time.

On inventory management, we automate xlsx generation and product management manually uploads via the UI. This lets PM experiment and tell dev exactly what they need. The onus of figuring out all the amazon oddities is then on PM, not dev ^^ The right way around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants