You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a discrepency in the original total returned when calling listFinancialEventGroups operation for different date ranges.
When calling listFinancialEventGroups with a larger date range, it is returning a different OriginalTotal than when calling it with a smaller date range.
Expected behavior:
Calling the operation with different date ranges should have the same data for the groups within both date ranges.
Actual Behavior:
The Original Total is different when using different date ranges.
The only difference that I can see is that when using a large date range, we need to use the nextToken to get more groups, it seems to be that when you use a nextToken to get groups, the originalTotal is wrong.
The text was updated successfully, but these errors were encountered:
Without exact FinancialEventGroupId values, date ranges, sellerId, requests and responses, we won't be able to troubleshoot or fix the issue. For this, please create a case with Developer Support and provide all necessary details. You might share the case id here once created so I can track it.
There seems to be a discrepency in the original total returned when calling listFinancialEventGroups operation for different date ranges.
When calling listFinancialEventGroups with a larger date range, it is returning a different OriginalTotal than when calling it with a smaller date range.
Expected behavior:
Calling the operation with different date ranges should have the same data for the groups within both date ranges.
Actual Behavior:
The Original Total is different when using different date ranges.
The only difference that I can see is that when using a large date range, we need to use the nextToken to get more groups, it seems to be that when you use a nextToken to get groups, the originalTotal is wrong.
The text was updated successfully, but these errors were encountered: