abuzuhri / Amazon-SP-API-CSharp

.Net C# library for the new Amazon Selling Partner API
MIT License
217 stars 191 forks source link

AmazonSpApiSDK.Models.ShippingV2.GetRatesRequest not sending in ISO-8601 format #759

Open kapildel opened 3 months ago

kapildel commented 3 months ago

tried to make call for ShippingV2.GetRates with getRequestClass

"shipDate":"2024-08-13T08:30:00+00:00" THIS IS INVALID

I used post man with "shipDate":"2024-08-13T08:30:00Z" THIS IS VALID

amazon rerturned error

{ "errors": [ { "code": "InvalidInput", "message": "Invalid input", "details": "The passed in ship date must be in ISO-8601 format" } ] }

Please update the respected class and update.