ScaleLeap / amazon-mws-api-sdk

A fully typed TypeScript and Node.js Amazon MWS API Unofficial SDK
https://npm.im/@scaleleap/amazon-mws-api-sdk
MIT License
20 stars 12 forks source link

Pallet type wrong member #468

Open deni-skaraudio opened 2 years ago

deni-skaraudio commented 2 years ago

Hi there,

I am writting to report the following bug on the FBA Inbound Shipment class. The Pallet object has a member called Dinemsion but from the MWS documentation (https://docs.developer.amazonservices.com/en_UK/fba_inbound/FBAInbound_Datatypes.html#Pallet) that member is called Dimensions.

The error in the putTransportContent goes away if one replaces Dimension with Dimensions.

moltar commented 2 years ago

Thanks, @deni-skaraudio, please open a PR if you can.