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.
Field | Type | Value |
---|---|---|
entityType | String | Possible values are, order, user |
entityId | String | orderId or userId |
status | String | Status of the order or user |
user | Object | All user details at the time of triggering the event |
order | Object | All order details at the time of triggering the event |
Updated about 2 months ago