Order Delegation Webhook
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a dummy endpoint that demonstrates the webhook payload structure that will be sent to webhook subscribers when an order.created event occurs.
The actual webhooks will be sent asynchronously to the URLs specified in the webhook subscriptions that are subscribed to the order.created event type.
The webhook payload includes:
id: ID of the webhook message
event: The event type (order.created)
timestamp: When the event occurred
subscription_id: ID of the webhook subscription
message: The order data in the same format as the GET /orders/{id} endpoint
ID of the webhook message
1
Event type of webhook message
UTC timestamp when the event was created
Order payload of the triggered event
ID of the subscription
ID (integer) of this property
OK
No content