Skip to main content

Bulk Reprocess Events

POST 

/api/temu/webhook-events/bulk-reprocess

Bulk reset + reprocess. Either provide event_ids or set apply_to_all=true with filters + integration_instance_id.

Request Body:

  • event_ids (required unless apply_to_all=true) - Array of webhook event ids.
  • apply_to_all (boolean) - When true, use filters to select records.
  • filters (object) - Same shape as the listing endpoint filters.
  • integration_instance_id (required when apply_to_all=true)

Request

Responses

Successful response