Before I start: I have been here > https://developer.amazonservices.com/support. After logging in there is no 'Create a Question' button available, so I cannot create a question. Maybe its only available to Americans.
My question is relating to JSON_LISTINGS_FEED product feed type.
Basically, I am working from a starting point of having an Ean with a free stock value and a platform price.
What I need to be able to do is:
- Create a new listing using the Ean, free stock value and platform price (if its not already listed)
- Update the free stock value and price (using the Ean) if we already have the item listed.
As it stands we have implemented most of the sandbox test calls to Amazon SP-API and these are just fine.
We are now attempting to submit a feed (FeedType : JSON_LISTINGS_FEED) with only a couple of products but cannot find any documentation showing us what the structure of the JSON should be.
We are successfully creating the feed and submitting JSON via the returned URI and FeedId and are receiving responses like "Missing attributes".. which is not very helpful.
This is useful: => jrl84/amazon-sp-api#68
This is useful too: => #417
It seems like there are a lot of developers struggling with trying to work out how to use SP-API, due to the lack of documentation provided by Amazon.
Has anyone even found a the list of acceptable JSON attributes for this feed type?
Any help appreciated.
Before I start: I have been here > https://developer.amazonservices.com/support. After logging in there is no 'Create a Question' button available, so I cannot create a question. Maybe its only available to Americans.
My question is relating to JSON_LISTINGS_FEED product feed type.
Basically, I am working from a starting point of having an Ean with a free stock value and a platform price.
What I need to be able to do is:
As it stands we have implemented most of the sandbox test calls to Amazon SP-API and these are just fine.
We are now attempting to submit a feed (FeedType : JSON_LISTINGS_FEED) with only a couple of products but cannot find any documentation showing us what the structure of the JSON should be.
We are successfully creating the feed and submitting JSON via the returned URI and FeedId and are receiving responses like "Missing attributes".. which is not very helpful.
This is useful: => jrl84/amazon-sp-api#68
This is useful too: => #417
It seems like there are a lot of developers struggling with trying to work out how to use SP-API, due to the lack of documentation provided by Amazon.
Has anyone even found a the list of acceptable JSON attributes for this feed type?
Any help appreciated.