Skip to main content

Process Pending Events

POST 

/api/temu/:integration_instance/webhook-events/process

Synchronously process all pending webhook events for the integration instance (optionally scoped to a single event code).

Request Body:

  • event_code (optional) - Restrict to one TMC event code from TemuEventCodeEnum.
  • limit (optional, 1-100) - Maximum number of events to process in this call.

Response:

  • data.processed_count
  • data.failed_count

Request

Responses

Successful response