v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
Webhooks

Create Webhook

Create a webhook.

🔒 Requires: webhooks scope

post/webhooks

Request body

activeboolean required

Whether this webhook is enabled or not

type'sale.update' | 'product.update' | 'customer.update' | 'inventory.update' | 'register_closure.create' | 'consignment.send' | 'consignment.receive' required

The webhook type. These can be one of:

  • sale.update
  • product.update
  • customer.update
  • inventory.update
  • register_closure.create
  • consignment.send
  • consignment.receive
urlstring required

The URL to send webhooks to

Response

Created