Hi @abuzuhri,
When I call ListFinancialTransactions20240619, I receive an exception while parsing the response of the request, because RelatedIdentifierNameEnum does not contain the value 'SETTLEMENT_ID'.
Source Code:
ParameterListFinancialTransactions20240619 s1 = new ParameterListFinancialTransactions20240619()
{
marketplaceId = order.MarketplaceId,
postedAfter = new DateTime(2025,6,1).Date,
postedBefore = new DateTime(2025, 6, 2).Date,
MaxNumberOfPages =1
};
List t=amazonConnection.Financial.ListFinancialTransactions20240619(s1);
Exception:
thanks in advance