List Financial Event Groups

Returns financial event groups for the seller.

Status: stub — no upstream endpoint found that models the SP-API FinancialEventGroup (requires eventGroupId keying, date-range filter, and cursor pagination). Returns empty response pending Phase 5.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

MaxResultsPerPageintegerOptional
The maximum number of results per page.
FinancialEventGroupStartedBeforedatetimeOptional

Financial event groups that opened before this date/time (ISO 8601).

FinancialEventGroupStartedAfterdatetimeOptional

Financial event groups that opened after this date/time (ISO 8601).

NextTokenstringOptional
Cursor token for the next page of results.

Response

Success

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error