Amazon-SP-API-CSharp
Amazon-SP-API-CSharp copied to clipboard
RestockDate format in InventoryMessage.cs
Currently RestockDate is formatted like '2023-01-01T00:00:00' while expected format is like '2023-01-01'.
Probably
public DateTime? RestockDate { get; set; }
should have
[XmlElement(DataType="date")]
attribute.
Personally I have no time to keep updating this package but I'm open any developer need to fix or add feature on it its take many times from me to get it live , and I need other developer help to add the fix for new features by submit new Pull requests , I will try to review and accept within 2 days .
Please try fork our rep and then submit your change to review and merge with our code