Discussing APIs and development related to customers, discounts, and order management.
We are having an issue where some webhooks are being created and others are returning a 422 error:
The below are working:
orders/create
orders/delete
draft_orders/create
draft_orders/update
draft_orders/delete
These are not:
/orders/update
/carts/create
/carts/update
/checkouts/create
/checkouts/update
Any ideas guys?
Hi @Blaze-Team 👋
I'd recommend reviewing the event topic list here, some of your topics appear to be incorrectly formatted. They should not start with `/` and `/orders/update` should be `orders/updated` (with the d) instead.
Hope that helps!
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog