Create multiple custom events in a single request. Accepts up to 100 events per request.
Each event is validated independently. The response includes per-event results, allowing partial failures — some events may be accepted while others are rejected due to validation errors.
Each event resolves customers independently using the same priority order as the single-event endpoint:
customer.id — Redo customer ObjectId (highest priority)customer.email — customer email addresscustomer.phoneNumber — customer phone numberAt least one identifier must be provided per event. If no matching customer is found, one will be created automatically.
This endpoint is rate-limited to 100 requests per second per store.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store ID
"64e5a8a1af49a89df37e4ee7"
Request body for sending multiple custom events in a single request.
Array of custom events to create.
1 - 100 elementsBulk request accepted and queued for processing. No response body is returned.