Skip to main content

Bulk Update Discrepancy Investigation Status

POST 

/api/amazon/unified/discrepancies/bulk-investigation-status

Sets the investigation status on multiple discrepancies in one call.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Body fields:

  • discrepancy_ids (required, array of integers): IDs of existing discrepancies to update (min 1)
  • investigation_status (required, string): one of new, investigating, case_opened, reimbursed, written_off, resolved
  • investigation_notes (optional, string, max 5000): when provided, the same notes are written to every selected discrepancy

Runs synchronously and returns a message with the number of discrepancies updated.

Request

Responses

OK

Response Headers
    Content-Type