...
Go to Webhooks page
...
We’ll now need to create X4 X3 webhooks: Product creation, Product update, Product deletion, and Inventory level update:
...
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
...
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)”
...
.
...
...
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.
...
...
3. 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.
...