C# 1.6.0
Add SDK programming language and SDK version number.
Describe the bug
when call the api : "software.amzn.spapi.Api.finances.v2024_06_19.ListTransactions", it will return the error : Error converting value {null} to type 'System.Int32'. Path 'payload.transactions[82].items[0].contexts[0].quantityShipped', line 8, position 282388.
we have found the value of "quantityShipped" is null ,but the entity software.amzn.spapi.Model.finances.v2024_06_19.Context ,has defined quantityShipped as int ,not int? . so , I think how it happened .