Replies: 1 comment 2 replies
-
Hi @AitorUria, The Listings API or the JSON_LISTINGS_FEED are not synchronous APIs. They will only return schema validation issues, many other validations are run post-submission and added on the listing, i.e the submission is accepted but validations are still being run in the background. To retrieve the actual issues, you either use the Best, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
While test the JSON_LISTING_FEED we have encountered an error by which this method does not accurately return the "Records successful/submitted" whenever an error is encountered and excludes all error messages.
As a test, we have attempted to create a listing for an ISBN not authorised on Amazon UK.
While previous the flat file method returns the error:
"9785856461731-1 8056 Error The SKU [ 9785856461731-1] was submitted with incorrect ASIN provided as the "external product ID". Please resubmit your product with correct ASIN or resubmit your product with a product identifier other than the ASIN (e.g., UPC, ISBN, etc.). You can find information on other product identifiers on: https://sellercentral.amazon.co.uk/gp/help/200211450."
The JSON method returns as a submission result:
{"header":{"sellerId":"XXXXXXXXX","version":"2.0","feedId":"1200349020097"},"issues":[],"summary":{"errors":0,"warnings":0,"messagesProcessed":1,"messagesAccepted":1,"messagesInvalid":0}}
Is this a bug or are we missing something? Access to full responses allows developers to analyze performance metrics such as response times and payload sizes, enabling them to optimize their applications accordingly.
Any feedback would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions