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
Why does the Finance API ListFinancialEventsByGroupId return expense types without time, such as types like the following, which do not have time? This may cause me to miss these data when calculating based on time
FBAPerUnitFulfillmentFee
VineFee
FBARemovalFee
FBACustomerReturnPerUnitFee
FBAOverageFee
PaidServicesFee
FBAInboundConvenienceFee
InboundDefectFee
FBAStorageFee
FBADisposalFee
FBALongTermStorageFee
The text was updated successfully, but these errors were encountered:
Thank you for the feedback.
I understand that ServiceFeeEvent financial events do not come with a postedDate. Have you considered using the recently released Finances API v2024-06-19?
The listTransactions operation response will include a postedDate attribute with every transaction. I recommend that you try this API and match the ServiceFeeEvents to the transactions if needed.
I'm happy to learn more about your use case or any blockers faced.
Why does the Finance API ListFinancialEventsByGroupId return expense types without time, such as types like the following, which do not have time? This may cause me to miss these data when calculating based on time
FBAPerUnitFulfillmentFee
VineFee
FBARemovalFee
FBACustomerReturnPerUnitFee
FBAOverageFee
PaidServicesFee
FBAInboundConvenienceFee
InboundDefectFee
FBAStorageFee
FBADisposalFee
FBALongTermStorageFee
The text was updated successfully, but these errors were encountered: