From cff1234f9d1a30e618a3f0d9254c44f15fe49b58 Mon Sep 17 00:00:00 2001 From: Jamal Soueidan Date: Tue, 12 Mar 2024 14:21:29 +0100 Subject: [PATCH] update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1853ee55..914d138f 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,17 @@ https://admin.shopify.com/store/{shopName}/settings ## 3. Add Webhooks -You need to add order update and creation webhooks callback in the notifications. -https://admin.shopify.com/store/bysistersdk/settings/notifications (scroll bottom) +You need to create webhooks callback in the notifications. +https://admin.shopify.com/store/bysistersdk/settings/notifications (scroll bottom on notification page, click webhooks) -Create webhook order update: https://{apiUrl}/api/webhooks/order -Create webhook order creation: https://{apiUrl}/api/webhooks/order +_Order update:_ +https://{apiUrl}/api/webhooks/order + +_Crder creation:_ +https://{apiUrl}/api/webhooks/order + +_Product update:_ +https://{apiUrl}/api/webhooks/product ## OpenAPI fragments and components (openapi/)