Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6349693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:39:56+00:00 2026-05-24T21:39:56+00:00

I posted this question on MWS forum but, didn’t get an answer. So, I’m

  • 0

I posted this question on MWS forum but, didn’t get an answer. So, I’m posting this here hoping for an answer.
Here goes:

Hi,
I’m an absolute newbie in to MWS and I’m trying to understand the throttling impact on my design.

Taking an example of Submit Feed, it says that I can submit 15 requests at a time before throttling applies.
That’s clear enough except for what a request means? On the face of it, it would mean one MWS API call: Which means I can send 15 AmazonEnvelopes before I run in to throttling. Correct?

Now say I need to update 25 products. What I need is to send 25 Messages. The XSD for AmazonEnvelope specifies maxoccurs=unbounded. Which means I can put all the 25 messages in one envelope and have it count as one request. Isn’t that the case?
So, I’m should only consider (from the docs):
“One good practice is to submit feeds with a size limit of 30,000
records/items or submit feeds”
If I’m doing nothing else, I can “potentially” update 30,000*15 items without throttling.
Is this correct?

Thanks in advance for any answers you can provide.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:39:56+00:00Added an answer on May 24, 2026 at 9:39 pm

    It means 15 requests. The request can include a large number of products. Using the Flat File for inventory loading, using c#, see below.

    SubmitFeedRequest req = new SubmitFeedRequest();
    
        req.ContentMD5 = MarketplaceWebServiceClient.CalculateContentMD5(feedContent);
        feedContent.Position = 0;
        req.FeedContent = feedContent;
        req.FeedType = "_POST_FLAT_FILE_INVLOADER_DATA_";
        req.PurgeAndReplace = false;
        req.Marketplace = MarketPlaceId;
        req.Merchant = MerchantId;
    
        return Service.SubmitFeed(req);
    

    The flat file feeds are kind of hard to find, I found it by going to the following URL while logged into my sellercentral account.

    You then need the flat file feed specifications to send the flat file in the correct format to the MWS. That can be found after you’re logged into your seller central account:

    https://sellercentral.amazon.com/gp/help/help.html/ref=ag_13461_cont_help?ie=UTF8&itemID=13461&language=en_US

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had posted this question on superuser but didn't get a helpful response. Thought
Before I posted this question, I already looked this , but I couldn't get
First a caveat: I posted this question here on SuperUser, but it is clearly
I have posted this question a while ago but got a partial answer to
I've posted this question in asp.net web forum but no one replied. I can't
I once posted this question, but had no answer at all, this time, the
a few days ago I posted this question on the ANTLR mailinglist, but didn't
I have posted this question on The MapXtreme forum but since nobody ever answers
I actually posted this question to pjsip mailing list, but did not get any
I posted this question on serverfault.com, but I had no answer, so I'm trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.