Create Feed API code": "InvalidInput" #250
Replies: 5 comments 4 replies
-
Looks like you are trying to submit an XML feed document as a The template for that feed document can be found here: Flat.File.ShippingConfirm.xls |
Beta Was this translation helpful? Give feedback.
-
Feeds upload issue fixed! |
Beta Was this translation helpful? Give feedback.
-
Can you send an example of how to upload a feed, but I can't find anything. I have the xml but I don't know how or where to send the file |
Beta Was this translation helpful? Give feedback.
-
Hi, are you able to provide code how to post product feed in xml with PHP, I have a problem few days I am trying... I hope so that you can help me @priyankpatel-dev |
Beta Was this translation helpful? Give feedback.
-
I found solution for this create product feed in Laravel with Amazon SP-API (https://github.com/amazon-php/sp-api-sdk):
|
Beta Was this translation helpful? Give feedback.
-
I want to implement feeds API in my system, after some workaround, I am able to create a feed document and able to upload feed data but when I try to create a feed from the document that I created I always get the same error response: "code": "InvalidInput", "message": "Invalid Input"
Here's what I have implemented:
// Create Amazon feed Doc
//Upload Amazon feed Doc
//Create an Amazon feed
Does anyone have any idea about this?
Beta Was this translation helpful? Give feedback.
All reactions