Skip to main content

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.

Authorization

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 exactly YES.
  • integration_instance_ids (optional, array of integers or comma-separated string) - scopes the operation to specific Amazon integration instances.

Request

Responses

OK

Response Headers
    Content-Type