1. Home
  2. Docs
  3. Odoo Shopify Connector Se...
  4. Webhook Configuration

Webhook Configuration

  1. First go in “settings”
    Odoo Shopify Webhook Configuration
  2. Now, go in “Notifications”
    Odoo Shopify Webhook Configuration
  3. click on “Create Webhook”
    Odoo Shopify Webhook Configuration
  4. Now, from the given fields, choose the desired field that you want.
    Odoo Shopify Webhook Configuration
  5. Here, in URL, enter your odoo URL and after that, write “/shopify/product”.
    For instance, “https://{your odoo server url}/shopify/product”.
    Odoo Shopify Webhook Configuration
  6. After entering the fields, click on “save button”.
    Odoo Shopify Webhook Configuration
  7. Refer the below URLs for Webhook configurations.
    1. To update product: /shopify/products/update
      eg: https://{your odoo server url}/shopify/products/update
    2. To create customer: /shopify/customers
      eg: https://{your odoo server url}/shopify/customers
    3. To update customers: /shopify/customers/update
      eg: https://{your odoo server url}/shopify/customers/update
    4. To creare orders: /shopify/orders
      eg: https://{your odoo server url}/shopify/orders
    5. To update orders: /shopify/orders/update
      eg: https://{your odoo server url}/shopify/orders/update

How can we help?