Skip to main content

Bulk Mark Customer Returns as Unreviewed

POST 

/api/amazon/unified/customer-returns/bulk-mark-unreviewed

Dispatches a tracked background job to mark the given Amazon FBA customer return records as NOT reviewed (clearing reviewed_at and reviewed_by_user_id).

Authorization

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

Request body:

  • ids (required, array, 1-1000 integers): IDs of amazon_fba_report_customer_returns records to mark unreviewed.

Returns a tracked_job_log_id that the frontend can subscribe to via the tracked job log endpoints.

Request

Responses

OK

Response Headers
    Content-Type