Pass additional data through webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
Pass additional static data for all webhooks Ecwid sends to your application through custom headers.
For example, custom headers can work as application identifiers if you receive webhooks from several applications to one endpoint. Or they can work as an additional validation layer.
Do not pass additional data through the webhook URL. Use custom headers instead.
Custom webhook headers consist of a name and value, for example:
Names and values for such headers are always static. Custom headers cannot work as variables to provide additional entity data like order total for the 'order.created' event.
to set up custom headers for your application. The request must include:
Your application name or client_id
.
Name and value for the custom webhook header.
We'll update the app for you as soon as possible. Changes will be applied immediately after the update.