FBA Inventory API, getInventorySummaries - random throttling #281
-
I have started using the getInventorySummaries function of the FBA Inventory API, and it seems to work great except that it gets throttled in an apparently random fashion that is not related to how many records are returned. Here is the code;
When the above code is called without using startDateTime, it returns about 2,400 records. Most of the time it works, but sometimes it gets rate throttled. I am making just the one call above to the library, so there must be multiple calls going on behind the scenes. Interestingly, when I pass in a startDateTime value equal to the latest date updated (stored from previous calls), I only typically get a few records back (usually less than 5), as expected, but the rate throttling seems to occur randomly with about the same frequency as when I don't use startDateTime and get 2,400 records. Any ideas on how to overcome the rate throttling? I suspect a bug in the library. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I do test from my side and i cant see error , please double check if you use only one instance from the Application and not share the key with different application |
Beta Was this translation helpful? Give feedback.
I do test from my side and i cant see error , please double check if you use only one instance from the Application and not share the key with different application