This section will show you how to update your settings so that Shopify can notify us when you make product updates, like changes to inventory, pricing, or other details.
To enable this feature, follow the steps outlined below:
Login to Shopify store.
Go to Settings page
Go to Notifications page
Go to Webhooks page
We’ll now need to create X4 webhooks: Product creation, Product update, Product deletion, and Inventory level update:
1. Create Product Creation webhook
Click Create webhook
Update each section to the below:
Event - select “Product creation”
Format - select “JSON”
URL - Update textbox value to “https://shopify-update.shopassistant-ai.com/api/webhooks/product/create”
Webhook API version - select “2024-10 (Latest)”
Click Save button.
2. Create Product Update webhook
Click Create webhook.
Update each section to the below:
Event - select “Product update”
Format - select “JSON”
URL - Update textbox value to “https://shopify-update.shopassistant-ai.com/api/webhooks/product/update”
Webhook API version - select “2024-10 (Latest)”
Click Save button.
3. Create Product Deletion webhook
Click Create webhook.
Update each section to the below:
Event - select “Product deletion”
Format - select “JSON”
URL - Update textbox value to “https://shopify-update.shopassistant-ai.com/api/webhooks/product/delete”
Webhook API version - select “2024-10 (Latest)”
Click Save button.
4. Create Inventory level update webhook
Click Create webhook.
Update each section to the below:
Event - select “Inventory level update”
Format - select “JSON”
URL - Update textbox value to “https://shopify-update.shopassistant-ai.com/api/webhooks/inventorylevel/update”
Webhook API version - select “2024-10 (Latest)”
Click Save button.