Webhooks
Create a new webhook
Create a new webhook
post/v1/shops/{shop_id}/webhooks.json
Request body
Example request
{
"topic": "order:created",
"url": "https://example.com/webhooks/order/created"
}Response
Successful operation
Example response
{
"topic": "order:created",
"url": "https://example.com/webhooks/order/created",
"shop_id": "1",
"id": "5cb87a8cd490a2ccb256cec4"
}