bhushankummar / amazon-mws

Amazon MWS NodeJS Wrapper
MIT License
197 stars 78 forks source link

throttle info missing in response #118

Closed brandon-zeng closed 4 years ago

brandon-zeng commented 4 years ago

I can get the data correctly, but throttle info is missing.

the following is the throttling info part in the response:

"Headers": { "x-mws-quota-max": "unknown", "x-mws-quota-remaining": "unknown", "x-mws-quota-resetson": "unknown", "x-mws-timestamp": "2020-01-06T21:23:49.390Z", "content-type": "text/xml", "content-charset": "unknown", "content-length": "106281", "content-md5": "unknown", "date": "Mon, 06 Jan 2020 21:23:50 GMT" }

bhushankummar commented 4 years ago

@brandon-zeng Yeah, for some APIs MWS is not sending throttling details.