feed_examples.php
Table of Contents
- getAmazonFeedStatus() : mixed
- This function will retrieve a list of all items with quantity that was adjusted within the past 24 hours.
- sendInventoryFeed() : mixed
- This function will send a provided Inventory feed to Amazon.
- getFeedResult() : mixed
- This function will get the processing results of a feed previously sent to Amazon and give the data.
Functions
getAmazonFeedStatus()
This function will retrieve a list of all items with quantity that was adjusted within the past 24 hours.
getAmazonFeedStatus() : mixed
The entire list of items is returned, with each item contained in an array. Note that this does not relay whether or not the feed had any errors. To get this information, the feed's results must be retrieved.
Return values
mixed —sendInventoryFeed()
This function will send a provided Inventory feed to Amazon.
sendInventoryFeed(mixed $feed) : mixed
Amazon's response to the feed is returned as an array. This function is not actively used on this example page as a safety precaution.
Parameters
- $feed : mixed
Return values
mixed —getFeedResult()
This function will get the processing results of a feed previously sent to Amazon and give the data.
getFeedResult(mixed $feedId) : mixed
In order to do this, a feed ID is required. The response is in XML.
Parameters
- $feedId : mixed