Skip to main content

Bulk Mark Customer Returns as Unreviewed

POST 

//:domain/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).

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 global job progress tray.

Request

Responses

OK

Response Headers
    Content-Type