You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Amazon . Marketplace . Feeds . SubmitFeed
Submits a feed, of the specified type, to Amazon Marketplace.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo uses your Amazon Marketplace credentials to authenticate your account with Amazon, and submits any type of feed information you specify to Amazon Marketplace. You can submit a feed to update almost any type of information in your Amazon Marketplace account, including product details, pricing, inventory, order status, or purchase fulfillment data.
This Choreo includes an extra feature which allows you to check on the status of your submission and retrieve the submission result. The TimeToWait input variable is the parameter that enables this feature. It is enabled by default becuase the default value of TimeToWait is set to 10. This indicates that the Choreo will poll for the status of the feed submission, and retrieve the result when the submission is complete. If the submission result is not available after 10 minutes, the Choreo will stop. You can increase the value of this time limit if, for example, your feed is large and will take longer to complete. Setting this parameter to 0 will turn off this feature.
To use this Choreo, you'll need to provide appropriately formatted feed data (typically as a flat file or in XML format). There are several types of feeds, and you can find documentation on the correct format for each type in the Amazon documentation. When you run the choreo, you'll also need to specify the type of feed that you're submitting. For more information about feed types, see the MWS Feed API Reference Guide.
An example of a common feed type called "_POST_FLAT_FILE_INVLOADER_DATA_" will look something like this:
sku product-id product-id-type price item-condition quantity add-delete will-ship-internationally expedited-shipping item-note fulfillment-center-id 2VY1IT8ZK1 B003V6XG2O 1 25 11 1000 a 3 3 778W037SRU B003V7OWAI 1 40 11 100 a 3 3
The following fields are parsed from the Amazon responses and returned as Choreo output variables:
The initial feed submission response is also returned. The folowing is a sample of this XML:
<?xml version="1.0"?> <SubmitFeedResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/"> <SubmitFeedResult> <FeedSubmissionInfo> <FeedSubmissionId>3040603608</FeedSubmissionId> <FeedType>_POST_FLAT_FILE_INVLOADER_DATA_</FeedType> <SubmittedDate>2012-04-03T20:50:08+00:00</SubmittedDate> <FeedProcessingStatus>_SUBMITTED_</FeedProcessingStatus> </FeedSubmissionInfo> </SubmitFeedResult> <ResponseMetadata> <RequestId>aacd3fd9-28aa-4053-b24a-67c55e199279</RequestId> </ResponseMetadata> </SubmitFeedResponse>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms