Bulk Regenerate Accounting Transactions
POST/api/amazon/unified/financial-event-groups/bulk-regenerate
Deletes and regenerates accounting transactions for every Amazon financial event group that currently has them. Groups with transactions linked to an external accounting integration are skipped (they are never deleted by this action). Use GET .../bulk-regenerate/preflight first to see how many groups are eligible and which will be skipped.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Runs synchronously in the request - this endpoint does NOT queue a background job; the response summary reflects completed work.
Body fields:
confirmation(required, string) - must be exactlyYES.integration_instance_ids(optional, array of integers or comma-separated string) - scopes the operation to specific Amazon integration instances.
Request
Responses
- 200
- 401
- 403
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Unprocessable Entity
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.