Invalid feedDocumentId error when calling getFeedDocument
Hello,
I am using the Amazon SP-API to create and get feed documents. I am able to successfully call the createFeedDocument operation and get a valid response with a feedDocumentId and a url. However, when I try to use the same feedDocumentId to call the getFeedDocument operation, I get an error with the code "InvalidInput" and the message "Invalid feedDocumentId". I have checked the documentation and the feedDocumentId format seems to be correct. I have also tried different feed types and encryption details, but the error persists.
Here is an example of the response I get from createFeedDocument:
{
"feedDocumentId": "xxxx",
"url": "xxxx"
}
And here is the error I get from getFeedDocument:
{
"errors": [
{
"code": "InvalidInput",
"message": "Invalid feedDocumentId",
"details": ""
}
]
}
Can you please help me understand why this error occurs and how to fix it? I appreciate your assistance.
Thank you.
Invalid feedDocumentId error when calling getFeedDocument
Hello,
I am using the Amazon SP-API to create and get feed documents. I am able to successfully call the createFeedDocument operation and get a valid response with a feedDocumentId and a url. However, when I try to use the same feedDocumentId to call the getFeedDocument operation, I get an error with the code "InvalidInput" and the message "Invalid feedDocumentId". I have checked the documentation and the feedDocumentId format seems to be correct. I have also tried different feed types and encryption details, but the error persists.
Here is an example of the response I get from createFeedDocument:
{
"feedDocumentId": "xxxx",
"url": "xxxx"
}
And here is the error I get from getFeedDocument:
{
"errors": [
{
"code": "InvalidInput",
"message": "Invalid feedDocumentId",
"details": ""
}
]
}
Can you please help me understand why this error occurs and how to fix it? I appreciate your assistance.
Thank you.
1 risposta
Morgana_Amazon
Good morning @Seller_cwh5iCo3y3TGh and thank you for your message.
I would advise you to ask this question in the relevant API forum that is specially for API doubts.
I can see that there are similar questions to yours.
Did you check also the relevant API blog to see if you can find your error?
Have a nice day!