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 . AddOrUpdateInventoryItems
Adds or updates one or more inventory listings in your Seller Central account with a given flat flile.
/*
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 MWS credentials to authenticate your account with Amazon, and allows you to add or update one or more inventory listings using a flat file of listings. Your feed should 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
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. The documentation for this MWS resource can be found here.
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