Skip to main content
For non-scheduled order batches, the order_batch.completed event is emitted immediately after the order batch is finished processing and all orders have been created. (This is instantly after the order_batch.created webhook event for order batches with 10 or fewer recipients, and shortly after the order_batch.created event for order batches with more than 10 recipients.) For scheduled order batches, the order_batch.completed event is emitted when the order batch scheduled time is reached, and orders are created for the order batch.

Example

Schema

event_type
string
required
The type of event that occurred
event_id
string
required
The unique ID for this event
data
object
An order batch is the primary resource created by the API. Order batches contain an array of orders.