Amazon-SP-API-CSharp icon indicating copy to clipboard operation
Amazon-SP-API-CSharp copied to clipboard

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

Open kapildel opened this issue 1 year ago • 0 comments

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.

kapildel avatar Aug 10 '24 08:08 kapildel