Skip to main content

Bulk Manage Financial Event Groups

POST 

/api/amazon/unified/financial-event-groups/bulk-manage

Bulk manages accounting transactions for Amazon financial event groups (settlement/bank-transaction groupings): selectively deletes the specified accounting transactions (including their lines, and clearing settlement-data links back to them), then optionally generates accounting transactions for every eligible ("ready") group.

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 summary in the response reflects completed work.

Body fields:

  • transaction_ids_to_delete (optional, array of integers) - accounting transaction IDs to delete. Use GET .../bulk-manage/preflight to list candidates.
  • confirmation (optional, string) - must be exactly DELETE when any selected transaction is linked to an external accounting integration; otherwise the request fails with 422.
  • generate (optional, boolean, default false) - when true, generates accounting transactions for all ready groups after the deletions.
  • integration_instance_ids (optional, array of integers or comma-separated string) - scopes the generation step to specific Amazon integration instances.

Request

Responses

OK

Response Headers
    Content-Type