List Financial Events
Returns financial events for the authenticated seller via GMP partnerTxnSearch.
**Best-effort implementation** — backed by GMP partnerTxnSearch.
Returns transaction records for the seller keyed by partnerId.
**Unsupported parameters:** PostedAfter, PostedBefore, and NextToken are not
supported by the upstream. Supplying any of these parameters returns 400 Bad Request.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
MaxResultsPerPage
Ignored — GMP returns all results in a single page.
PostedAfter
Not supported — returns 400 Bad Request if supplied.
PostedBefore
Not supported — returns 400 Bad Request if supplied.
NextToken
Not supported — returns 400 Bad Request if supplied.
Response
Success
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error