Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The time value of the expense type returned by Finance API ListFinancialEventsByGroupId is empty #4299

Open
susan828 opened this issue Nov 6, 2024 · 1 comment
Assignees

Comments

@susan828
Copy link

susan828 commented Nov 6, 2024

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

@jawheral jawheral self-assigned this Nov 6, 2024
@jawheral
Copy link

jawheral commented Nov 6, 2024

Hi @susan828,

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.

I hope this helps!

Best,
Jawher
Selling Partner Developer Services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants