Webhook Schema

This section describes the structure of the webhooks that you will receive.

All webhook events are sent as JSON. Each webhook event has 5 fields on the Request Body.

FieldTypeValue
entityTypeStringPossible values are, order, user
entityIdStringorderId or userId
statusStringStatus of the order or user
userObjectAll user details at the time of triggering the event
orderObjectAll order details at the time of triggering the event