Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsoueidan committed Mar 12, 2024
1 parent 4152be5 commit cff1234
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit cff1234

Please sign in to comment.