Webhooks (Admin)
To start receiving commerce service webhooks in your application, you must first create some webhook configuration inside your company.
Basically, that configurations defines what is the endpoint that commerce service should call when some event happens and it defines also the signature key that the endpoint should use to validate the request.
Service Methods
Creates a new Webhook Configuration inside a company
Rest API reference:
Lists all webhook configurations from some company
Rest API reference:
Gets some webhook configuration of a company by ID
Rest API reference:
Updates some company webhook configuration
Rest API reference:
Enables some disabled company webhook configuration
Rest API reference:
Disabled some enabled company webhook configuration
Rest API reference:
Lists all events sent by some webhook configuration
Rest API reference:
Gets some webhook event sent by some webhook configuration by ID
Rest API reference:
Last updated