We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mws-api/lib/client.js
Line 129 in e109961
FulfillmentInventory.ListInventorySupply call does not return a valid XML prolog, thereby <?xml test fails and the CSV is assumed.
FulfillmentInventory.ListInventorySupply
<?xml
First line of the response is:
<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
The text was updated successfully, but these errors were encountered:
There is a similar problem in request.js when retrieving a browse tree report using Reports.GetReport.
I made a temp fix by altering this code in request.js:
getResult(data) { const path = `${this.options.basePath}` + (this.options.data ? `.${this.options.data}` : ''); const isArray = this.options.isArray; return maybeArrayify(isArray, path ? _.get(data, path, **data**) : data); }
Sorry, something went wrong.
No branches or pull requests
mws-api/lib/client.js
Line 129 in e109961
FulfillmentInventory.ListInventorySupply
call does not return a valid XML prolog, thereby<?xml
test fails and the CSV is assumed.First line of the response is:
The text was updated successfully, but these errors were encountered: