Open kapildel opened 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.
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.