For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhook

To integrate the webhook with your system, such as an ERP, ensure that the webhook URL uses a secure connection. Only HTTPS addresses are accepted.

Setup

To set up the webhook, follow these steps:

  1. Go to Shopify Admin.

  2. Navigate to Apps > My Product Registration.

  3. Select Forms.

  4. Choose the form you want to integrate with the webhook.

  5. Go to Settings > General.

Once the webhook is set up, every time a registration occurs, the app will send an HTTP POST request to the webhook address with the following payload:

Last updated